feat: ddddocr-rs 完成 core/ort/tract2 规范整改与发布

准备

  - core:内置官方字符集(OLD/BETA)与 ModelMetadata::from_builtin_*
  构造器
  - ort:导出 Session、实现 Info、修正 cuda feature 接线、共享推理工具
  - tract2:包名更名(原 ddddocr-tract 已被占用)并完成规范整改
  - 集成测试按领域拆分(ocr / det / slide / common / api_surface)
  - 发布准备:Cargo.toml 元数据、workspace 版本 0.2.4、LICENSE/
  NOTICE、README 模型下载说明
This commit is contained in:
2026-08-10 19:56:29 +08:00
parent fe61895926
commit 00e8ab5308
58 changed files with 2542 additions and 2237 deletions

4
NOTICE
View File

@@ -3,4 +3,6 @@ Copyright 2026 CNWei
This product includes software developed by:
- sml2h3 (ddddocr) - Model weights and original logic.
- Sonos (tract) - ONNX inference engine.
- Sonos (tract) - ONNX inference engine.
- pyke.io (ort) - Rust bindings for ONNX Runtime.
- Microsoft (ONNX Runtime contributors) - ONNX inference engine.