Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
PyMuPDF
|
| 3 |
-
arabic-reshaper
|
| 4 |
-
python-bidi
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
PyMuPDF>=1.23.0
|
| 3 |
+
arabic-reshaper>=3.0.0
|
| 4 |
+
python-bidi>=0.4.2
|
| 5 |
+
pytesseract>=0.3.10
|
| 6 |
+
Pillow>=10.0.0
|