Click here to Skip to main content
16,019,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am looking for a code where I have one jpg file. it contains some text part. I want to read that image file and output the text from image in textbox.

i searched on google but all i can get is third party application. is there anything in vb.net?
Posted

What you are referring to is called Optical Character Recognition (OCR). There are a lot of articles on Codeproject on how to do this.
I agree with Zoltán Zörgő, there isn't many free libraries available. However, Tessnet2 is one of the most accurate free engines that you should take a look at if you don't want a commercial engine.
Also, you might want to take a look at Microsoft's engine. See the following link:
How To: Use Office 2007 OCR Using C# (The same link Zoltán Zörgő posted).

Note: OCR engines give the best results for black and white images.
 
Share this answer
 
v2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900