0

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: enter image description here

Thanks!

TBE
  • 1,002
  • 1
  • 11
  • 32
  • Do you have just one image to process? If more than one, please give a second sample if different. – Mark Setchell Aug 21 '16 at 08:41
  • @MarkSetchell The images are of the same kind but not identical. they will have the same colors and the numbers will look the same, but the position of the numbers will be different and can be all over the image. (Its a floor plan) – TBE Aug 21 '16 at 09:00

2 Answers2

0

Here you can find some image-processing libraries for Node.JS.

But without a sample image it is hard to say what you should do! Do you just wan't the location or the exact number? Whats your background color and does it differ? ...

I found a similiar question that might help with recognizing the numbers.

Community
  • 1
  • 1
PSchn
  • 718
  • 4
  • 14
0

It would probably help if you could post your image (or a link to the image).

With Python's scikit-image, a possible strategy would be