Added python-docx

解决在使用批量导入 .docx 文件是提示需要 pip install --upgrade python-docx 的问题
This commit is contained in:
HougeLangley
2023-04-10 01:06:34 +08:00
parent caf1cba1a0
commit bc8cda92ac

View File

@@ -11,3 +11,4 @@ pygments
pymupdf pymupdf
openai openai
numpy numpy
python-docx