I'm doing a DIP project. I want to count the total number of words in each paper using Image Processing.
The original image is:
I did some pre-processing and produced the image below:
My idea to count the total number of words in each paper is to detect the digits inside blobs.
So please guide me. how can I count the words in this image? What's your idea?
Thanks.