Simple script that converts PDF lists to JPG images.
You will need Python3 and pdf2image library that can be obtained using pip package manager. Just do pip install pdf2image
.
Also you will need poppler.
Download the latest release and put path to /bin/ folder at POPPLER_PATH
constant at main.py file.
Don't forget to change PDF_FOLDER
(input) folder path and JPG_FOLDER
(output) folder path at main.py file.