Click here to Skip to main content
16,022,418 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have googled everywhere but everything is useless

i want a sample project that read text from image and it's working for all languages
Posted
Comments
Sergey Alexandrovich Kryukov 3-Jul-11 2:51am    
Don't say it's useless, there is something to look at, but yes, not much of good.
I'll try to answer.
--SA

1 solution

I tried to find something workable from the list found here:
http://en.wikipedia.org/wiki/List_of_optical_character_recognition_software[^]

What I tried all have big problems; I could not find good solution working with Unicode. In my finding, Tesseract is closer to the Truth: http://en.wikipedia.org/wiki/Tesseract_(software)[^] :).

Best codes with source code I saw were in C# published on CodeProject, but probably all of them are not finished into ready-to-use application. Perhaps, this is best for your purposes. (I don't count those without full source code, relying on any commercial products — I was not interested in those.)

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
thatraja 3-Jul-11 2:57am    
Fine answer SA, 5!
Sergey Alexandrovich Kryukov 3-Jul-11 3:33am    
Thank you, Raja.
--SA
snake1 3-Jul-11 3:09am    
where can i get MDIVWCTL.DLL?
Sergey Alexandrovich Kryukov 3-Jul-11 3:34am    
What the hell is that DLL, why you need it and why are you asking? How can it be related to OCR?
--SA
Sergey Alexandrovich Kryukov 3-Jul-11 3:37am    
Must be in "C:\Program Files\Common Files\Microsoft Shared\MODI\", see:
http://forum.sysinternals.com/mdivwctldll_topic15433.html
Google for it -- will find many links.
--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