feat: 添加PPT/PPTX文件类型支持
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:
yuliang_guo
2026-01-31 11:49:10 +08:00
parent 4e817f6eef
commit c3aa4e85e7
3 changed files with 50 additions and 4 deletions

View File

@@ -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