views:

158

answers:

3

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
Give us a link to an example image, that's even better.
MSalters
+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
A: 

There's a similar question right here

Andres