A free (ocr..... library using gemini API

gemini-api nuget ocr open-source
2 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub
Libraries OCR Libraries

AI Summary: Modify the existing OCR API to return structured JSON instead of plain text. The JSON should include extracted key-value pairs (like name, date, address) and metadata about the input image. Error handling should also be improved to return structured JSON error responses.

Complexity: 3/5
enhancement help wanted good first issue

A free (ocr..... library using gemini API

C#
#gemini-api#nuget#ocr#open-source
Libraries OCR Libraries

AI Summary: The task is to fix a security vulnerability in the PinRism.Lib .NET OCR library. The current implementation exposes the Google Gemini API key in the URL query string, which is a major security risk. The solution involves modifying the `GeminiOcrService` class to send the API key as an HTTP header instead of in the query string, ensuring the key is not exposed.

Complexity: 2/5
enhancement good first issue security

A free (ocr..... library using gemini API

C#
#gemini-api#nuget#ocr#open-source