[dependencies.image]
version = "0.25.9"
[dependencies.ort]
version = "2.0.0-rc.11"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread"]
version = "1.49.0"
[lib]
name = "ddddocr"
path = "src/lib.rs"
[package]
authors = ["SmileSky <mzdk100@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["computer-vision", "api-bindings", "science"]
description = "Rust implementation of OCR for captcha recognition, ported from Python ddddocr"
edition = "2024"
keywords = ["ocr", "captcha", "recognition", "onnx", "ml"]
license = "MIT"
name = "ddddocr"
readme = "README.md"
repository = "https://github.com/mzdk100/ddddocr-rs"
rust-version = "1.92.0"
version = "0.1.0"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"