region extraction from a text document Image
Ältere Kommentare anzeigen
I have a image(binary image already extracted from Input Image) in which I have to extract the paragraph for example from"Apart from my to....from me"this paragraph I want to extract and similarly "during the war to...German reparation" how should I do I have extracted the body from input Image

Akzeptierte Antwort
Weitere Antworten (1)
I = imread('Page_body.png');
results = ocr(I);
str = results.Text
5 Kommentare
praveen rai
am 7 Mär. 2019
KSSV
am 7 Mär. 2019
Typo error...it should be
str = results.Text
Edited the code.
praveen rai
am 7 Mär. 2019
KSSV
am 7 Mär. 2019
i have dited thw code....try again..
praveen rai
am 8 Mär. 2019
Kategorien
Mehr zu Language Support finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!