Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SFEREWQW
/
114514
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
114514
/
pdf_extract_kit
/
utils
/
pdf_utils.py
SFEREWQW
Upload 395 files
18e4106
verified
19 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
from
pdf2image
import
convert_from_path
def
load_pdf
(
pdf_path
):
images = convert_from_path(pdf_path)
return
images