How to detect & localize a text in pdf using OCR in MATLAB

버전 1.0.3 (547 KB) 작성자: Kevin Chng
Using Python package - pdf2image convert the the pdf to image Using OCR in MATLAB to detect & localize the text
다운로드 수: 281
업데이트 날짜: 2019/7/16

라이선스 보기

Using OCR to detect and localize text is simple in MATLAB. However, it is only workable if your input is image format (jpg,png) but not pdf. Hence, we are going to convert the pdf to image. However, up to MATLAB version R2019a, It don't have any built-in function to convert pdf to image. For this example, i am going to use a python package pdf2image help us to convert pdf to image. There are no conflicts using MATLAB or Python. If there is something working better in Python, we can collaborate both platform (MATLAB and Python) through MATLAB Api to complete our objective.

Highlights :
Execute python user-defined function from MATLAB
Detect and Localize a text in pdf

Product Focus :
MATLAB
Computer Vision Toolbox

Written at 16 July 2019

인용 양식

Kevin Chng (2024). How to detect & localize a text in pdf using OCR in MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/72156-how-to-detect-localize-a-text-in-pdf-using-ocr-in-matlab), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Call Python from MATLAB에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

OCRforPDF

버전 게시됨 릴리스 정보
1.0.3

modify description

1.0.2

Change description

1.0.1

*change description

1.0.0