visual-cortex-ocr-onnx 0.9.0

PaddleOCR detection+recognition via ONNX Runtime for visual-cortex, with pinned, checksummed model download.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "visual-cortex-ocr-onnx"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PaddleOCR detection+recognition via ONNX Runtime for visual-cortex, with pinned, checksummed model download."
readme = false
license = "PolyForm-Noncommercial-1.0.0"
repository = "https://github.com/benjamin-small/visual-cortex"

[lib]
name = "visual_cortex_ocr_onnx"
path = "src/lib.rs"

[[test]]
name = "builder_seam"
path = "tests/builder_seam.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.dirs]
version = "6"

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.ndarray]
version = "0.17"

[dependencies.ort]
version = "=2.0.0-rc.12"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "sync",
    "macros",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.visual-cortex-capture]
version = "0.9.0"

[dependencies.visual-cortex-vision]
version = "0.9.0"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "sync",
    "macros",
    "test-util",
]

[dev-dependencies.visual-cortex]
version = "0.9.0"