Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
4.00/5 (3 votes)
See more:
Hi..

First,I apologize for posting again the same question in the forum. In previous posting the question was not clear, so i dint not get any appropriate answer.

My question is: Am having an image file that displays text like ABCDefgh01234. How can i read this text through application. ??

After alot searching in Google, i came to know it is similar to OCR project that reads the text from the image & writes to an text file.

Am new to this image processing, Please can someone help me this or let me know some usefull links for this.. waiting for reply..

Thank you all ..
Posted
Updated 24-May-12 22:59pm
v2

There's a project here on Code Project that does just this.

See here: Realtime Webcam Sudoku Solver[^]
 
Share this answer
 
Comments
Sergey Chepurin 24-May-12 14:07pm    
Thanks for a link. Surprisingly high quality article for a "strange" purpose - "Realtime Webcam Sudoku Solver"! Sounds like "puzzle to solve a puzzle" in C++ (which is a puzzle itself).
joshd06 29-May-12 9:42am    
There are a lot of Articals on CodeProject on how to OCR. Some of them talk about free methods but provide less features than normal such as these:
http://www.codeproject.com/Articles/238114/Realtime-Webcam-Sudoku-Solver
http://www.codeproject.com/Articles/17291/OCR-With-MODI-in-Visual-C

On the other hand, there are some commercial toolkits such as leadtools that provides more features. You can find an article on their OCR in the following link:
http://www.codeproject.com/Articles/317163/OCR-with-LEADTOOLS-The-Better-Choice

Even though the article is written for .NET they have also C++ libraries.
These results[^] should help.
 
Share this answer
 
After some research, finally i got this link: http://www.transym.com/download-sample-source-code.htm[^] . This project reads the data from the image. The above solutions are helpful for the study purpose on image processing ..
 
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