update
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -42,6 +42,11 @@ coloredlogs==15.0.1
|
|
| 42 |
marker-pdf==1.1.0
|
| 43 |
json_repair==0.35.0
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
# ========= Additional =========
|
| 47 |
xformers==0.0.28.post3
|
|
|
|
| 42 |
marker-pdf==1.1.0
|
| 43 |
json_repair==0.35.0
|
| 44 |
|
| 45 |
+
# ========= PDF / DOC / PPT =========
|
| 46 |
+
python-docx==1.1.2
|
| 47 |
+
python-pptx @ git+https://github.com/Force1ess/python-pptx@dc356685d4d210a10abe1ffab3c21315cdfae63d
|
| 48 |
+
pypdf==5.2.0
|
| 49 |
+
pypandoc==1.15
|
| 50 |
|
| 51 |
# ========= Additional =========
|
| 52 |
xformers==0.0.28.post3
|