Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arithescientist
/
lincolnlegal
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arithescientist
commited on
Jun 1, 2022
Commit
94cfb6d
·
1 Parent(s):
71cefa8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,7 +45,7 @@ def pdf(file):
45
46
47
48
-
return pageObject
49
50
51
45
46
47
48
+
return pageObject
.extractText()
49
50
51