Can anyone tell me how to read the text in an image by using vc++
+1
A:
I've got no solution, but got this from a Google hit.
http://sourceforge.net/projects/paintlib/
Your question might be better answered if you augmented it with more information. I.e. Why do you want to do this? What image types are you wanting to read?
Give us a background of the requirements, or even motivation. You'll be more likely to get an informed answer.
James Wiseman
2010-02-02 10:21:21
Give us a link to an example image, that's even better.
MSalters
2010-02-02 11:35:32
+6
A:
The technology you are looking for is called "OCR", or "Optical Character Recognition".
Check out this codeproject entry:
http://www.codeproject.com/KB/recipes/OCRwithMODI.aspx
It may help.
Alternatively, this google search should take you a fair amount of the way.
Kazar
2010-02-02 10:24:50