Spaces:
Runtime error
Runtime error
Commit
·
ab92aa9
1
Parent(s):
fb9f2ed
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ import os
|
|
41 |
#!pip install pdf2image
|
42 |
#!pip install Pillow
|
43 |
#!pip install pytesseract
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
|
48 |
# To read the PDF
|
49 |
import PyPDF2
|
|
|
41 |
#!pip install pdf2image
|
42 |
#!pip install Pillow
|
43 |
#!pip install pytesseract
|
44 |
+
#!apt-get install poppler-utils
|
45 |
+
#!apt install tesseract-ocr
|
46 |
+
#!apt install libtesseract-dev
|
47 |
|
48 |
# To read the PDF
|
49 |
import PyPDF2
|