Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -5,4 +5,7 @@ transformers>=4.34.0
|
|
5 |
torch>=2.0.0
|
6 |
pillow>=10.0.0
|
7 |
gradio>=3.0.0
|
8 |
-
numpy>=1.21.0
|
|
|
|
|
|
|
|
5 |
torch>=2.0.0
|
6 |
pillow>=10.0.0
|
7 |
gradio>=3.0.0
|
8 |
+
numpy>=1.21.0
|
9 |
+
pytesseract>=0.3.10
|
10 |
+
python-doctr>=0.6.0
|
11 |
+
tesseract-ocr
|