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 commentaires

KALYAN ACHARJYA
KALYAN ACHARJYA le 22 Sep 2019
Modifié(e) : KALYAN ACHARJYA le 22 Sep 2019
"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
shilpa patil
shilpa patil le 23 Sep 2019
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 le 23 Sep 2019
Modifié(e) : shilpa patil le 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);

Connectez-vous pour commenter.

Réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by