How to use ocr function for pdf files?

10 次查看(过去 30 天)
The pdf format is not recognized in MATLAB. I want to perform ocr on the pdf files. Also, I am not being able to convert the pdf into any image format in MATLAB. Please help. I'm using MATLAB on Windows.

回答(2 个)

Chinnu Rockz
Chinnu Rockz 2019-3-17
You can use "extractFileText()" to extract text from pdf,docs or word.But you have to download Text Analytics Toolbox for this function to use.
To know more visit

Walter Roberson
Walter Roberson 2016-5-27
You will need to call an external program such as ghostscript to render the PDF into images.
ghostscript was included as part of the MATLAB release until recently (somewhere around R2014b or R2015b), but if you have a new release you will need to find and install the program yourself.

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by