Update verifier.py
Browse files- verifier.py +1 -1
verifier.py
CHANGED
|
@@ -78,7 +78,7 @@ def verifier_page():
|
|
| 78 |
page = reader.pages[page_num]
|
| 79 |
text += page.extract_text()
|
| 80 |
|
| 81 |
-
|
| 82 |
|
| 83 |
|
| 84 |
pdf_path = 'VCS-Standard.pdf'
|
|
|
|
| 78 |
page = reader.pages[page_num]
|
| 79 |
text += page.extract_text()
|
| 80 |
|
| 81 |
+
return text
|
| 82 |
|
| 83 |
|
| 84 |
pdf_path = 'VCS-Standard.pdf'
|