Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -4,10 +4,9 @@ uvicorn==0.35.0
|
|
| 4 |
python-multipart==0.0.6
|
| 5 |
openai==1.108.1
|
| 6 |
|
| 7 |
-
# File Processing
|
| 8 |
textract==1.6.3
|
| 9 |
python-docx==0.8.11
|
| 10 |
-
pdfplumber==0.10.2
|
| 11 |
pymupdf==1.24.10
|
| 12 |
pandas==2.3.2
|
| 13 |
pillow==10.1.0
|
|
|
|
| 4 |
python-multipart==0.0.6
|
| 5 |
openai==1.108.1
|
| 6 |
|
| 7 |
+
# File Processing (pdfplumber removed: conflicts with textract on pdfminer.six; PDF uses pymupdf + textract)
|
| 8 |
textract==1.6.3
|
| 9 |
python-docx==0.8.11
|
|
|
|
| 10 |
pymupdf==1.24.10
|
| 11 |
pandas==2.3.2
|
| 12 |
pillow==10.1.0
|