Spaces:
Sleeping
Sleeping
WenqingZhang
commited on
Commit
•
e2403cd
1
Parent(s):
b80b2b5
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,8 @@ import subprocess
|
|
14 |
import shutil
|
15 |
import time
|
16 |
import easyocr
|
17 |
-
|
|
|
18 |
|
19 |
reader = easyocr.Reader(['en'])
|
20 |
# This repository's directory
|
|
|
14 |
import shutil
|
15 |
import time
|
16 |
import easyocr
|
17 |
+
import PyPDF2
|
18 |
+
import os
|
19 |
|
20 |
reader = easyocr.Reader(['en'])
|
21 |
# This repository's directory
|