I have an Image with numbers scattered all over the image. The numbers are in a very clear font and resolution. It means that image quality will probably wont be an issue. The image format can also be flexible.
I need to identify the numbers and get the coordinates of each number in the image.
Later i will take a Numbers-Free copy of the image and write some text at the given coordinates.(That part is already written)
I couldn't find anything that is able to do that over the web.
My server is Ubuntu and i prefer to use NodeJS but has no problem using something else if it will get the job done.
here is an example image i need to work on, all i need is to get the numbers and their coordinates from the image:
Thanks!