feat(file-summary): 添加文件汇总数据模型

This commit is contained in:
2026-06-06 01:11:11 +08:00
parent b96ab1303a
commit 855afcdee3
6 changed files with 906 additions and 0 deletions

View File

@@ -18,3 +18,15 @@ python manage.py runserver
- 登录页http://127.0.0.1:8000/login/
- 首页http://127.0.0.1:8000/
- 管理后台http://127.0.0.1:8000/admin/
## 文件汇总依赖
自动汇总文件目录与页数功能使用轻量 Python 库读取 PDF、Word、Excel、PowerPoint 文件。
Docker 或生产环境如需处理 `.7z``.rar` 压缩包,还需要安装系统 `7z`/`p7zip`
命令,并确认以下命令可用:
```bash
7z
```
LibreOffice 不是必需依赖,仅作为未来增强老格式文档解析的可选能力。