Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sritang
/
test2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sritang
commited on
Feb 2, 2023
Commit
fba6030
·
1 Parent(s):
2e77647
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ from pdfminer.high_level import extract_text
15
with open(pdf_obj,'rb') as f:
16
text = extract_text(f)
17
18
-
text[:
20
]
15
with open(pdf_obj,'rb') as f:
16
text = extract_text(f)
17
18
+
text[:
200
]