Robot
Convert PDF Files to PNG Images Using Python
This robot converts PDF files to PNG images using Python.
This robot converts PDF files to PNG images using Python. This is useful when you want to use OCR (Optical Character Recognition) and image recognition services to extract data from your documents.
There are two example PDF files:
- A single-page
example-invoice.pdf
- A multipage
example-multipage.pdf
The pdf2image
library generates one image per PDF document page:
Dependencies
conda.yaml
:
The robot
task.py
:
Technical information
Last updated
October 24, 2022License
Apache License 2.0