docs(core): 为 ddddocr-core 全量补充并精简 Rustdoc 文档

This commit is contained in:
2026-08-05 17:40:32 +08:00
parent 84cc97b201
commit 0bddaeba24
17 changed files with 130 additions and 121 deletions

View File

@@ -1,3 +1,5 @@
//! OCR 模块:识别器构建器、执行入口及元数据、字符集等类型。
mod builder;
mod charset;
mod color_filter;