Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -16
requirements.txt
CHANGED
|
@@ -1,18 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
streamlit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
#
|
| 6 |
-
torch>=2.1.0
|
| 7 |
-
transformers>=4.36.0
|
| 8 |
-
huggingface-hub>=0.20.3
|
| 9 |
-
|
| 10 |
-
# OCR + PDF
|
| 11 |
-
pypdfium2>=4.20.0
|
| 12 |
-
pytesseract>=0.3.10
|
| 13 |
-
opencv-python-headless>=4.8.0
|
| 14 |
-
numpy>=1.24.0
|
| 15 |
-
pillow>=10.0.0
|
| 16 |
-
|
| 17 |
-
# Surya از ریپو اصلی (شاخه master)
|
| 18 |
git+https://github.com/VikParuchuri/surya.git@master
|
|
|
|
| 1 |
+
altair
|
| 2 |
+
streamlit
|
| 3 |
+
torch
|
| 4 |
+
transformers
|
| 5 |
+
pypdfium2
|
| 6 |
+
pytesseract
|
| 7 |
+
opencv-python-headless
|
| 8 |
+
numpy
|
| 9 |
+
pillow
|
| 10 |
|
| 11 |
+
# سوریا (نسخه master که ocr.py داره)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
git+https://github.com/VikParuchuri/surya.git@master
|