Robot

Convert PDF Files to PNG Images Using Python

This robot converts PDF files to PNG images using Python.

Python
PDF

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

2 January 2024

License

Apache License 2.0