Click here to Skip to main content
15,896,428 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have to create a project on OCR(optical character recognition) in vb studio but I don't know codes for input any bmp. file and I don't know any codes for creating ocr

plzz help me
Posted
Updated 13-Apr-11 3:39am
v2

When you google "vb.net ocr", you get back 1.2 million results. Your best bet is to find a 3rd-party library that's already been written/tested.
 
Share this answer
 
I never saw anything in VB.NET (and this is unlikely, by social reasons mostly) but tried some good codes in C#. This is nothing perfect yet and most of the works is not complete, but it looks feasible, as main work is done.

Please look:
Neural Network OCR[^], Creating Optical Character Recognition (OCR) applications using Neural Networks[^], OCR Line Detection[^], Unicode Optical Character Recognition[^] — only those out of some 60 CodeProject search results are real original works you can further develop. You will need to select base method, add or improve training, perform training and store training results, add recognition and alignment of lines, put all together, etc.

It would be great if you have success and share your results.

Good luck.
—SA
 
Share this answer
 
Comments
Member 7838058 16-Apr-11 4:51am    
thank you sir but i didn't get a particular solution for my problem. actually i have to make a simple OCR which have to work on only bmp. images. its a my minor project. and have to complete it. will you help me sir please
Sergey Alexandrovich Kryukov 16-Apr-11 14:34pm    
No, you did not. Do you expect me to write a simple OCR for you? Just let me understand it.
I don't think this is realistic, because I'm not so much interested.
How about you? Are you interesting in making a solution out of one of the referenced works?
Actually, most difficult work is already done...
--SA

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