Spaces:
Build error
Build error
Update pdf_parser.py
Browse files- pdf_parser.py +1 -1
pdf_parser.py
CHANGED
|
@@ -10,4 +10,4 @@ def extract_text(file):
|
|
| 10 |
|
| 11 |
text += page.get_text()
|
| 12 |
|
| 13 |
-
return text
|
|
|
|
| 10 |
|
| 11 |
text += page.get_text()
|
| 12 |
|
| 13 |
+
return text
|