Spaces:
Sleeping
Sleeping
Pointf5ive commited on
Commit ·
d94ff96
1
Parent(s): e31e277
chore: dedupe requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
gradio>=4.44,<7
|
| 2 |
-
|
|
|
|
| 3 |
openpyxl>=3.1
|
| 4 |
-
|
| 5 |
pdfplumber>=0.10
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
| 7 |
pypdfium2>=4.30
|
| 8 |
pytesseract>=0.3.10
|
| 9 |
-
huggingface_hub<1.0
|
| 10 |
-
openpyxl>=3.1
|
| 11 |
-
pymupdf>=1.23.0
|
| 12 |
surya-ocr>=0.4.0
|
| 13 |
-
Pillow>=10.0.0
|
| 14 |
-
pymupdf>=1.23
|
|
|
|
| 1 |
gradio>=4.44,<7
|
| 2 |
+
huggingface_hub<1.0
|
| 3 |
+
nltk>=3.8
|
| 4 |
openpyxl>=3.1
|
| 5 |
+
pandas>=2.2
|
| 6 |
pdfplumber>=0.10
|
| 7 |
+
Pillow>=10.0.0
|
| 8 |
+
plotly>=5.22
|
| 9 |
+
pymupdf>=1.23
|
| 10 |
+
pymupdf>=1.23.0
|
| 11 |
pypdfium2>=4.30
|
| 12 |
pytesseract>=0.3.10
|
|
|
|
|
|
|
|
|
|
| 13 |
surya-ocr>=0.4.0
|
|
|
|
|
|