Click here to Skip to main content
15,908,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My project is about converting scanned image to editable text and this can be done with software but also the code can also be written in programming language.My adviser asked me to write the program my self.
Any related source code if available please forward it to "email removed".And any information you want share me please send it to my gmail in the above since i am not familiar with this site.
Thanks in advance.
Posted
Updated 25-Jun-11 19:33pm
v2
Comments
Abhinav S 26-Jun-11 1:33am    
Email removed to avoid spamming.

Habe a look at the Image Processing Toolkit[^]. This offers some options that may help you.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Jun-11 1:43am    
Did you try the OCT using this code? If you did, how good it this? Usually they have trouble recognizing non-English text with Unicode.

Please see my answer -- this is what I used and where I found some. There are very good incomplete works on CodeProject, but all I know is C#.
--SA
Abhinav S 26-Jun-11 1:46am    
Thank you for the 5.
No I did not actually. Just found the link useful for the OP.
This is called OCR — Optical Character Recognition and is a really difficult problem. Good open source code is hard to find, but more projects are emerging.

Please start checking from this list:
http://en.wikipedia.org/wiki/List_of_optical_character_recognition_software[^].

—SA
 
Share this answer
 
Comments
Abhinav S 26-Jun-11 1:45am    
Yes OCR is what the OP is looking for. My 5.
Sergey Alexandrovich Kryukov 26-Jun-11 2:02am    
Thank you, Abhinav.
--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