This script converts PDF files to JPG images. If the PDF file(s) contain more than 1 page, an image will be created for each page.
The script uses the following packages:
pip install -r requirements.txt
- Place PDF files into the
input
directory - Run script.py:
python3 script.py
- The script will convert the PDF files to JPG images and create a ZIP file containing all the images