Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -14,6 +14,8 @@ pypdf
|
|
14 |
chardet
|
15 |
glob2
|
16 |
unstructured
|
17 |
-
docx
|
|
|
|
|
18 |
|
19 |
ollama
|
|
|
14 |
chardet
|
15 |
glob2
|
16 |
unstructured
|
17 |
+
# https://pypi.org/project/python-docx/
|
18 |
+
# pip install python-docx
|
19 |
+
python-docx
|
20 |
|
21 |
ollama
|