Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
unstructured
|
| 4 |
-
unstructured[pdf]
|
| 5 |
python-multipart
|
| 6 |
-
|
| 7 |
pillow
|
| 8 |
-
lxml
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
|
|
|
| 3 |
python-multipart
|
| 4 |
+
PyMuPDF
|
| 5 |
pillow
|
| 6 |
+
lxml
|
| 7 |
+
python-docx
|