This commit is contained in:
yml
2026-04-08 16:30:42 +08:00
commit 313c036845
131 changed files with 22393 additions and 0 deletions
@@ -0,0 +1,16 @@
# OCR Worker
内嵌在 `order-site-backend` 仓库里的本地 OCR worker。
只保留最核心的能力:
- 加载 `ddddocr`
- 从标准输入接收 JSON 行
- 返回识别结果 JSON 行
初始化依赖:
```bash
cd /Users/yml/codes/order-site-backend/subservices/ocr-worker
uv sync
```