SFEREWQW's picture
Upload 395 files
18e4106 verified
raw
history blame contribute delete
124 Bytes
from pdf2image import convert_from_path
def load_pdf(pdf_path):
images = convert_from_path(pdf_path)
return images