Files
PartsInquiry/backend/txm/README.md
2025-09-27 22:57:59 +08:00

24 lines
718 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

条形码识别端口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