Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreeabodea
/
extract_project_report
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andreeabodea
commited on
Apr 3, 2024
Commit
a28a263
·
verified
·
1 Parent(s):
c08834a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -50,8 +50,8 @@ Returns:
50
51
52
def process_pdf(path):
53
-
54
-
doc = pdfplumber.
load
(path)
55
56
return doc
57
50
51
52
def process_pdf(path):
53
+
54
+
doc = pdfplumber.
open
(
io.BytesIO(
path)
)
55
56
return doc
57