Skip to content

Latest commit

 

History

History
 
 

pdf-image-extractor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

To run this:

  • pip3 install -r requirements.txt
  • To extract and save all images of 1710.05006.pdf PDF file, you run:
    python pdf_image_extractor.py 1710.05006.pdf
    
    This will save all available images in the current directory and outputs:
    [!] No images found on page 0
    [+] Found a total of 3 images in page 1
    [+] Found a total of 3 images in page 2
    [!] No images found on page 3
    [!] No images found on page 4