pythoncode-tutorials/web-scraping/pdf-image-extractor at master · White656/pythoncode-tutorials · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

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