Spaces:
Runtime error
Runtime error
Commit
·
a1a5a92
1
Parent(s):
86212e9
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -15,8 +15,7 @@ torchvision>=0.8.1,!=0.13.0
|
|
| 15 |
tqdm>=4.41.0
|
| 16 |
protobuf<4.21.3
|
| 17 |
pybboxes
|
| 18 |
-
|
| 19 |
-
pytesseract
|
| 20 |
|
| 21 |
# Logging -------------------------------------
|
| 22 |
tensorboard>=2.4.1
|
|
@@ -36,6 +35,8 @@ seaborn>=0.11.0
|
|
| 36 |
# openvino-dev # OpenVINO export
|
| 37 |
keras_ocr
|
| 38 |
tensorflow
|
|
|
|
|
|
|
| 39 |
|
| 40 |
# Extras --------------------------------------
|
| 41 |
ipython # interactive notebook
|
|
|
|
| 15 |
tqdm>=4.41.0
|
| 16 |
protobuf<4.21.3
|
| 17 |
pybboxes
|
| 18 |
+
|
|
|
|
| 19 |
|
| 20 |
# Logging -------------------------------------
|
| 21 |
tensorboard>=2.4.1
|
|
|
|
| 35 |
# openvino-dev # OpenVINO export
|
| 36 |
keras_ocr
|
| 37 |
tensorflow
|
| 38 |
+
tesseract-ocr
|
| 39 |
+
pytesseract
|
| 40 |
|
| 41 |
# Extras --------------------------------------
|
| 42 |
ipython # interactive notebook
|