Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for OCR SDKs for Forms and Docments [closed]

Tags:

java

c#

ocr

My company want to use java to develop a document management project based on OCR technology. Who with OCR development experience can recommend which OCR SDK are better?

like image 211
JonsonM.Farmer Avatar asked Nov 15 '22 06:11

JonsonM.Farmer


1 Answers

You will find it difficult to get Java support for commercial OCR libraries unless you can use Java to access the Windows DLL's as most good engines are Windows only.

You will have many more options with C# and C++.

https://stackoverflow.com/questions/3731672/windows-ocr-and-icr-libraries/3734973#3734973 lists some commercial OCR engines that are available and give very good results.

OCR results will vary greatly depending on the input quality of your documents. This includes resolution, font size, image processing, image quality, hand print or machine print ?

There are good and bad OCR engines out there so I recommend testing lots of your documents before making a decision.

like image 61
Andrew Cash Avatar answered Dec 05 '22 22:12

Andrew Cash