This commit is contained in:
2025-09-27 22:57:59 +08:00
parent 8a458ff0a4
commit ed26244cdb
12585 changed files with 1914308 additions and 3474 deletions

23
backend/txm/README.md Normal file
View File

@@ -0,0 +1,23 @@
条形码识别端口EAN-13
本项目使用 Python 与 OpenCV 实现 EAN-13 条形码视觉识别,并提供 Tkinter 界面进行本地测试。配置项集中在 `config/config.yaml`,不做任何硬编码;程序仅在用户操作时执行识别,不会自动运行后台任务。
运行环境
- Python 3.9+
- Windows 10/11其他平台需要替换字体路径等少量配置
快速开始
1. 安装依赖:参考 `requirements.txt`
2. 运行 Tk 测试界面(不会自动识别,需手动选择图片):
```bash
python -m app.ui.tk_app
```
目录结构
- `app/` 核心源码
- `config/` 配置文件YAML
- `doc/` 文档(开放 API、数据库文档等
许可证MIT