Skip to content

Files

Latest commit

 

History

History

PDF

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Image Extractor

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.

To run the code :

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.

Output :



built with love

Check out my Github profile Paras0-7!