Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
| 3 |
#pip install accelerate
|
| 4 |
#apt install git-lfs
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
|
| 11 |
#importing required libraries
|
| 12 |
import pytesseract
|
|
|
|
| 3 |
#pip install accelerate
|
| 4 |
#apt install git-lfs
|
| 5 |
|
| 6 |
+
sudo apt install tesseract-ocr
|
| 7 |
+
pip install pytesseract
|
| 8 |
+
pip install keras-ocr
|
| 9 |
+
pip install gradio
|
| 10 |
|
| 11 |
#importing required libraries
|
| 12 |
import pytesseract
|