arithescientist commited on
Commit
94cfb6d
·
1 Parent(s): 71cefa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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