Commit
·
8e1ebc1
1
Parent(s):
cb8919b
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -4,7 +4,7 @@ import torch
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
|
| 7 |
-
os.system("
|
| 8 |
os.system("pip3 install pytesseract==0.3.9")
|
| 9 |
|
| 10 |
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
|
| 7 |
+
os.system("apt install -y tesseract-ocr")
|
| 8 |
os.system("pip3 install pytesseract==0.3.9")
|
| 9 |
|
| 10 |
|