Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. from pdf2image import convert_from_path, convert_from_bytes
  2. from pdf2image.exceptions import (PDFInfoNotInstalledError, PDFPageCountError,PDFSyntaxError)
  3.  
  4.  
  5. images = convert_from_bytes('C:\\vw\\catalogs\\Arteon_K11_W1.pdf')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement