Let me explain the task by an example,
There is an image named demo1.jpeg and it has a whole article written on it. It's not handwritten. It's digital.
What I want is to find the location of a specific word on that image. Like x,y coordinates of a text on it.
For example, If I were to find each and every occurrence of the word "awesome" on it, I should get an array of all occurrence of that word.
Any suggestion with a demo would be dearly appreciated.
Thanks.