let5sne.win10
|
bac1818ed0
|
chore: 更新.gitignore,排除日志和临时文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-14 19:20:16 +08:00 |
|
let5sne.win10
|
4df84ffebe
|
merge: 合并远程最新代码
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-14 17:45:57 +08:00 |
|
empty
|
0ee00e6be7
|
refactor: 移除 Web 环境,专注桌面应用,修复 macOS 卡死问题
Web 环境移除:
- 删除 Web 相关文件:src/app.py, heartbeat.py
- 用 requirements-desktop.txt 替换 requirements.txt
- 更新 README.md:移除 Web 界面、部署方案等章节
- 更新技术栈说明:Streamlit → PyQt6
- 添加 usb_bundle/ 到 .gitignore
Desktop 应用改进:
- 重构 OCRService:使用独立 Python 线程替代 QThread
- 添加主线程预加载 paddleocr 模块,修复 macOS 上卡死问题
- 新增离线 OCR 初始化模块(src/ocr_offline.py)
- 新增模型准备脚本(scripts/prepare_models.py)
- 新增摄像头诊断工具(scripts/camera_probe.py)
功能定位:
- Desktop 应用(src/desktop.py):实时摄像头拍照识别
- CLI 批处理(src/main.py):批量处理目录中的图片
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-14 17:31:05 +08:00 |
|
let5sne.win10
|
7e4f2c92b1
|
feat: 添加桌面程序打包支持
- 添加 PyInstaller 打包脚本 build_exe.py
- 更新 requirements.txt 添加 PyQt6 和 opencv-python
- .gitignore 添加 PyInstaller 打包产物忽略规则
使用方法:
pip install pyinstaller
python build_exe.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-12 23:00:57 +08:00 |
|
let5sne.win10
|
e7e4fa8a80
|
chore: 优化 .gitignore 配置
- 移除重复的 .gradle/ 条目
- 添加更多 Android 构建产物忽略规则
- 完善 Python 和 Keystore 文件忽略规则
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-12 22:47:34 +08:00 |
|
let5sne.win10
|
38b68c9987
|
feat: 添加 Android USB 摄像头 APP 源代码
- 源代码文件: MainActivity, CameraHelper, MjpegServer
- 布局文件: activity_main.xml
- 优化 .gitignore 只忽略构建产物
|
2026-02-12 22:26:40 +08:00 |
|
let5sne.win10
|
767271d499
|
feat: 添加 USB 摄像头连接功能
- 新增 Android USB 摄像头 APP (MJPEG 服务器)
- 电脑端支持 ADB 端口转发连接
- 修复 .gitignore 忽略 Android 文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-12 22:23:43 +08:00 |
|
empty
|
fe5a346fdd
|
feat: initial commit for post-ocr extraction pipeline
|
2026-02-12 14:20:33 +08:00 |
|