Does anyone know of a good free or cheap (under £100/$200) OCR library? It needs to run on Windows and preferably be a .NET library, though a COM interface is fine.
|
closed as not constructive by Kev♦ Jun 5 '12 at 23:22
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
tessnet (http://www.pixel-technology.com/freeware/tessnet2/) is an open-source .NET OCR engine based on tesseract |
|||||||||||||||||||
|
|
as Jon Galloway describes the Microsoft Office Document Imaging libraries included with Microsoft Office are available on many computers, and easy to automate with .net. Jon lists a few others in his article. MODI has been excluded from Office 2010, but can still be used with Office 2010, as described in this knowledge base article. |
|||||||||||||||
|
|
maybe not exactly what you are looking for, but this might point you to the right direction. The code below is a unmodified copy/paste from the source. (only given to let the readers easily find the essence of this solution in one place)
It uses the Microsoft Office Document Imaging Library from office 2003 to provide the OCR functionality for your application (need to add a reference to MDIVWCTL.DLL). |
|||
|
|
|
Google open sourced an OCR engine called tessaract. I am not sure though how is to check that out... |
|||
|
|
|
The best OCR engine is tesseract. You can check how it works in this online OCR tool. |
|||
|