1 Commits

Author SHA1 Message Date
d9c70bb455 refactor(core,ort,tract): 优化 Cargo.toml 2026-08-10 20:24:41 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ license = { workspace = true }
description = "ddddocr-rs 的核心库:引擎无关的 OCR、目标检测与滑块匹配实现"
keywords = ["ocr", "captcha", "ddddocr", "onnx", "image"]
categories = ["multimedia::images", "computer-vision"]
# repository = "https://github.com/<用户名>/<仓库名>" # 发布前请补充
repository = "https://github.com/CNWeiWei/ddddocr-rs.git"
readme = "../README.md"
[dependencies]

View File

@@ -6,7 +6,7 @@ license = { workspace = true }
description = "ddddocr-rs 的 ONNX Runtime 推理引擎实现"
keywords = ["ocr", "captcha", "ddddocr", "onnxruntime", "ort"]
categories = ["multimedia::images", "computer-vision"]
# repository = "https://github.com/<用户名>/<仓库名>" # 发布前请补充
repository = "https://github.com/CNWeiWei/ddddocr-rs.git"
readme = "../README.md"
[dependencies]

View File

@@ -6,7 +6,7 @@ license = { workspace = true }
description = "ddddocr-rs 的 Tract 推理引擎实现"
keywords = ["ocr", "captcha", "ddddocr", "onnxruntime", "tract"]
categories = ["multimedia::images", "computer-vision"]
# repository = "https://github.com/<用户名>/<仓库名>" # 发布前请补充
repository = "https://github.com/CNWeiWei/ddddocr-rs.git"
readme = "../README.md"
[dependencies]