region extraction from a text document Image
显示 更早的评论
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

采纳的回答
更多回答(1 个)
I = imread('Page_body.png');
results = ocr(I);
str = results.Text
5 个评论
praveen rai
2019-3-7
KSSV
2019-3-7
Typo error...it should be
str = results.Text
Edited the code.
praveen rai
2019-3-7
KSSV
2019-3-7
i have dited thw code....try again..
praveen rai
2019-3-8
类别
在 帮助中心 和 File Exchange 中查找有关 Language Support 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!