- macOS / Linux / Windows
- Python 3.11+(建议使用虚拟环境)
后端依赖安装(示例):
cd backend
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt如果需要解析 .doc(非 .docx),需要 antiword。
- macOS(Homebrew):
brew install antiword运行时页面使用 frontend/dist/index.html,由后端作为静态文件返回。