Extract the images from your pdf with the help of this python script and save them to yuor device.
It uses the following packages :
PyMuPDF: A Python binding for MuPDF, a lightweight PDF viewer.
Pillow: A Python Imaging Library (PIL) that supports image processing capabilities such as opening, manipulating, and saving images of various formats.
i) First download the code
ii) Open command prompt
iii) Install the dependencies
pip install PyMuPDF
pip install Pillow
iv) Run the pdf.py file.
Check out my Github profile Paras0-7!