Hi All,
I have developed sample application to read text from image using MODI but i have read small size of text or single line means i am getting error like the OCR running error from the below line
modiDocument.OCR(MiLANGUAGES.miLANG_ENGLISH);
Can you help to resolve or suggestion
Thanks in advance
Santha Kumar
Loading

Paddy TangPosted Jul 9, 2015, 11:26 AM
Do you get any errors when calling the modiDocument.OCR method?
I found the following article that might help you while using Microsoft Office Document Imaging Library (MODI):
http://www.codeproject.com/Articles/10130/OCR-with-Microsoft-Office
Note that I am using a different OCR engine from leadtools programming toolkits, and so far so good.
I knew about them after reading the following article:
http://www.codeproject.com/Articles/317163/OCR-with-LEADTOOLS-The-Better-Choice