Need an on premise OCR solution.
Shantanu
Posted on July 25, 2024
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. Edit the question so it can be answered with facts and citations. You can edit the question or post a new one.
Closed 1 hour ago.
I'm looking for an on-premises OCR solution that can be implemented in C++ for a high-accuracy document scanning task. The documents will mainly be photos taken with smartphones, including passports, bills, and receipts, which are likely to be skewed and they will mostly contain printed data. I've explored several options but found them lacking:
Tesseract OCR, OCR.space, EasyOCR, PaddleOCR, CuneiForm, and GOCR had low accuracy. Paid solutions like ABBYY FineReader, Google Cloud Vision OCR, and Microsoft Azure Computer Vision API are too expensive. I need an OCR solution that meets the following criteria:
-On-premises
-Low cost or free
-Implementable in C++ or has a C++ implementation (as low latency is desired. solutions with other languages with low latency will also work)
-High accuracy
please recommend me any possible solution.
Posted on July 25, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
November 29, 2024