feat: 字符集限制枚举优化与核心解码器对接

- 新增 model_metadata.rs
- 优化 charset.rs
- 其他优化
This commit is contained in:
2026-06-05 17:30:10 +08:00
parent cb786a7a1a
commit 15ce068025
5 changed files with 345 additions and 89 deletions

View File

@@ -9,4 +9,6 @@ tract-onnx = { version = "0.21.10" }
anyhow = "1.0.102"
image = "0.25.10"
base64 = "0.22.1"
imageproc = { version = "0.26.2", default-features = true }
imageproc = { version = "0.26.2", default-features = true }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"