Extracting the text from pdf file
조회 수: 13 (최근 30일)
이전 댓글 표시
Is it possible to extract the text from pdf file using matlab script?
I need to parse through the pdf and extract the particular text in the pdf.
Is there any way to do it?
댓글 수: 0
채택된 답변
Stephen23
2015년 7월 9일
편집: Stephen23
2015년 7월 9일
"Is there any way to do it?"
Of course, in principal any data with a known specification can be parsed by MATLAB.
Is there an easy way of reading a PDF into MATLAB?
Not really, because PDF's are not sequentially organized text, although they might look like that when they are displayed or printed. This is also a topic that has been covered before on this forum, and a simple search will bring up these very informative discussions on the topic:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Text Data Preparation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!