feat: 添加PPT/PPTX文件类型支持
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
1. upload.py: 添加ppt/pptx到允许上传的文件类型 2. knowledge_analysis_v2.py: 添加PPT内容提取方法_extract_ppt_content 3. requirements.txt: 添加python-pptx依赖
This commit is contained in:
@@ -51,9 +51,10 @@ openpyxl==3.1.2
|
||||
json-repair>=0.25.0
|
||||
jsonschema>=4.0.0
|
||||
|
||||
# PDF 文档提取
|
||||
# 文档提取
|
||||
PyPDF2>=3.0.0
|
||||
python-docx>=1.0.0
|
||||
python-pptx>=0.6.21
|
||||
|
||||
# 证书生成
|
||||
Pillow>=10.0.0
|
||||
|
||||
Reference in New Issue
Block a user