UnlockSmartInvoiceManagementWithGeminiAPI was updated to v1.0.2.
-
v1.0.2 (July 23, 2024)
- On July 23, 2024, I noticed that PDF data could be directly parsed by Gemini API. It is considered that this is due to the update by the Google side. So, I updated
setBlobs([blob], true)
tosetBlobs([blob], false)
of the methodparseInvoiceByGemini_
. By this modification, the PDF blob is directly used with Gemini API. Ref
- On July 23, 2024, I noticed that PDF data could be directly parsed by Gemini API. It is considered that this is due to the update by the Google side. So, I updated
You can see the detail information here https://github.com/tanaikech/UnlockSmartInvoiceManagementWithGeminiAPI