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?
Without seeing the images, it is difficult to think of a robust way, that will work in most cases. Here is my suggestion (I assume that you know the colour(s) of the text and that the text colour(s) is rare in the image):
I hope this gets you started.