Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ blinker==1.7.0
|
|
| 7 |
waitress==3.0.0
|
| 8 |
gunicorn==21.2.0
|
| 9 |
|
|
|
|
| 10 |
# File handling
|
| 11 |
python-docx==1.1.0
|
| 12 |
PyPDF2==3.0.1
|
|
@@ -14,6 +15,7 @@ pdf2image==1.17.0
|
|
| 14 |
pillow==10.3.0
|
| 15 |
pytesseract==0.3.10
|
| 16 |
PyMuPDF==1.24.4
|
|
|
|
| 17 |
|
| 18 |
# Data processing
|
| 19 |
numpy==1.26.4
|
|
|
|
| 7 |
waitress==3.0.0
|
| 8 |
gunicorn==21.2.0
|
| 9 |
|
| 10 |
+
|
| 11 |
# File handling
|
| 12 |
python-docx==1.1.0
|
| 13 |
PyPDF2==3.0.1
|
|
|
|
| 15 |
pillow==10.3.0
|
| 16 |
pytesseract==0.3.10
|
| 17 |
PyMuPDF==1.24.4
|
| 18 |
+
odfpy==1.4.1
|
| 19 |
|
| 20 |
# Data processing
|
| 21 |
numpy==1.26.4
|