tags:

views:

75

answers:

2

I would like to take an image, and index the words in that image, let the user search the image and then display the image highlighting around keywords.

So, what I need is an OCR class that takes an image and that gives me a list of words with their coordinates? Possible?

Thanks

A: 

You can use these projects

Bye.

RRUZ
+2  A: 

Hi,

You can do it with Microsoft Office Document Imaging 12.0 Type Library.

Sample : http://www.codeproject.com/KB/office/OCRSampleApplication.aspx

Best Regards,
Vincent BOUZON

Vincent BOUZON