Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@
|
|
7 |
#!pip install Pillow
|
8 |
#!pip install pytesseract
|
9 |
# @title
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
import PyPDF2
|
14 |
from pdfminer.high_level import extract_pages, extract_text
|
15 |
from pdfminer.layout import LTTextContainer, LTChar, LTRect, LTFigure
|
|
|
7 |
#!pip install Pillow
|
8 |
#!pip install pytesseract
|
9 |
# @title
|
10 |
+
#!apt-get install poppler-utils
|
11 |
+
#!apt install tesseract-ocr
|
12 |
+
#!apt install libtesseract-dev
|
13 |
import PyPDF2
|
14 |
from pdfminer.high_level import extract_pages, extract_text
|
15 |
from pdfminer.layout import LTTextContainer, LTChar, LTRect, LTFigure
|