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