Files
cutThenThink/requirements.txt
congsh 154d53dbfd feat: 添加轻量打包和OCR自动安装功能
- 添加Windows打包脚本 build.bat
- 更新打包文档 BUILD.md(轻量版方案)
- OCR模块:添加首次运行时自动安装PaddleOCR的功能
- 主窗口:添加OCR安装检测和提示逻辑
- 创建应用入口 src/main.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 10:14:10 +08:00

23 lines
279 B
Plaintext

# CutThenThink 项目依赖
# GUI框架
PyQt6==6.6.1
PyQt6-WebEngine==6.6.0
# 数据库
SQLAlchemy==2.0.25
# OCR识别
paddleocr>=2.7.0
paddlepaddle>=2.6.0
# AI服务
openai>=1.0.0
anthropic>=0.18.0
# 工具库
requests>=2.31.0
pyyaml>=6.0.1
pillow>=10.0.0
pyperclip>=1.8.2