What is oci for image read in .net? can u explain and give if any source code
What is oci for image read in .net? can u explain and give if any source code
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Danny JPosted Dec 20, 2012, 6:52 AM
There are two options you can go with to use OCR in your application:
1) Implement you own OCR engine.
2) Use already implemented OCR engine.
The first option is not always a good one especially if you want a standard OCR engine with no special features.
There are many OCR engines out there, some of them are free such as Tesseract and MODI (Microsoft Office Document Imaging) and some are commercial engines such as leadtools.
From my experience, while the free engines give out good results, they provide limited features when comparing commercial ones.
I found the following articles that I think maybe of help to you:
http://www.codeproject.com/Articles/41709/How-To-Use-Office-2007-OCR-Using-C
http://www.codeproject.com/Articles/10130/OCR-with-Microsoft-Office
http://www.codeproject.com/Articles/317163/OCR-with-LEADTOOLS-The-Better-Choice
http://www.codeproject.com/Articles/160868/A-C-Project-in-Optical-Character-Recognition-OCR-U