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.
|
|
tessnet (http://www.pixel-technology.com/freeware/tessnet2/) is an open-source .NET OCR engine based on tesseract |
|||
|
|
|
The best OCR engine is tesseract. You can check how it works in this online OCR tool. |
||
|
|
|
|
Google open sourced an OCR engine called tessaract. I am not sure though how is to check that out... |
||
|
|
|
|
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. |
||||
|
|
|
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). |
||
|
|
