how to read pdf as image
24 次查看(过去 30 天)
显示 更早的评论
i want the contents of pdf to be shown in image format
3 个评论
Akhil Shetty
2020-4-14
Hi Geoff,
The last line of your question is exactly my requirement.
I have a set of scanned documents saved as a pdf (about 50 pages). I want to save each page as an image so that I can process each image (page) separately.
Is there a way to achieve this??
Rik
2020-4-14
编辑:Rik
2020-4-14
Using an external tool seems to be the best strategy. You can compose the required commands as strings, use system an read the resulting png as normal.
回答(1 个)
Sagar Hukkire
2021-1-8
Hi Madhvi
Please have a look to this answer. Extracting data from pdf files - MATLAB Answers - MATLAB Central (mathworks.com)
This is exactly you are looking I guess ( to get text from scan pdf). Please let us know if you need further help on it
Thanks
Sagar
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!