Hi,
I have a large map which looks something like this -
http://www.housing.lon.ac.uk/site7/images/londinium.gif
the problem though is that it's much bigger than this. So, I was wondering if there are any Perl modules which would allow me to scan an image like the one above and locate the text in it. For example, "12" found at coorinate 14,55; "13" at coordinate 51,9; etc. I have a large array of data which I'd like to represent on the map for the cooresponding sectors.
Doing this by hand will take ages and result in errors I imagine.
Thanks.