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!