question on inital working procedure

my work is to classify the document
here document is an nwespaper image
i want to know how to find the ocuurences of a particular word in that image

3 Comments

"i want to know how to find the ocuurences of a particular word in that image"
Have you applied OCR?
Step 1: Apply OCR
Step 2: Check the words
Thank you sir...
but i m not able to extract the things using OCR method
my input is as:
two.jpg
shilpa patil
shilpa patil on 23 Sep 2019
Edited: shilpa patil on 23 Sep 2019
its detecting only THE TIMES OF INDIA rest some garbage value but not all words of entire above image
code....
i=imread('two.jpg');
results=ocr(i);

Sign in to comment.

Answers (0)

Categories

Asked:

on 22 Sep 2019

Edited:

on 23 Sep 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!