how to read pdf as image
24 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i want the contents of pdf to be shown in image format
3 comentarios
Akhil Shetty
el 14 de Abr. de 2020
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
el 14 de Abr. de 2020
Editada: Rik
el 14 de Abr. de 2020
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.
Respuestas (1)
Sagar Hukkire
el 8 de En. de 2021
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 comentarios
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!