feat(ocr,det,slide): 重构项目结构

- 优化 规范化模型目录
- 重构 Ocr,Detector,Slide 拆分规范化
This commit is contained in:
2026-07-09 19:26:58 +08:00
parent 0cf3d5fefb
commit 2d9cb35590
15 changed files with 431 additions and 608 deletions

View File

@@ -12,6 +12,8 @@ base64 = "0.22.1"
imageproc = { version = "0.26.2", default-features = true }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
ndarray="0.16.1"
[features]
default = []