How to use OCR in visual studio.Can anybody explain me in details of OCR and how to code.
Thanks a lot :-)
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.
Jony GreenPosted Oct 19, 2015, 2:24 AM
Thomas BrettPosted May 13, 2015, 5:23 AM
I am currently using the OCR Advantage module from leadtools to add the OCR features to my project. I started using leadtools after reading the following tutorial:
http://www.codeproject.com/Articles/534421/Multi-Platform-OCR-with-LEADTOOLS
Syed ShanuPosted Apr 29, 2015, 12:36 AM
Hope this will help you.
http://www.codeproject.com/Articles/160868/A-C-Project-in-Optical-Character-Recognition-OCR-U
Saber ShaikhPosted Apr 29, 2015, 12:23 AM
OCR (Optical Character Recognition) is the recognition of
printed or written text characters by a computer.
This involves photoscanning of the text character-by-character,
analysis of the scanned-in image, and then translation
of the character image into character codes,
such as ASCII, commonly used in data processing.
OCR translates images of text, such as scanned documents,
into actual text characters. Also known as text recognition,
OCR makes it possible to edit and reuse the
text that is normally locked inside scanned images.
OCR works using a form of artificial intelligence
known as pattern recognition,
to identify individual text characters on a page,
including punctuation marks, spaces, and ends of lines.
Read More