I'm interested in finding text boundaries in an image (not character recognition, just locating the text):
Given some JPEG image with graphics and text,
if the user clicks over the text the application will automatically zoom it,
But for that I need to find the text boundaries...
Any ideas?