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!