surya 0.3.0

Surya is a multilingual document OCR toolkit, original implementation in Python and PyTorch
Documentation
[[bin]]
name = "surya"
path = "src/bin/main.rs"
required-features = ["cli"]
[dependencies.anyhow]
optional = true
version = "1.0.79"

[dependencies.candle-core]
version = "0.3.2"

[dependencies.candle-nn]
version = "0.3.2"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.4.18"

[dependencies.env_logger]
version = "0.11.0"

[dependencies.hf-hub]
version = "0.3.2"

[dependencies.log]
version = "0.4.20"

[dependencies.opencv]
default-features = false
features = ["imgproc", "imgcodecs"]
version = "0.88.8"

[dependencies.serde]
version = "1.0.196"

[dependencies.serde_json]
version = "1.0.112"

[dependencies.thiserror]
version = "1.0.56"

[features]
cli = ["clap", "anyhow"]
metal = ["candle-core/metal", "candle-nn/metal"]

[package]
default-run = "surya"
description = "Surya is a multilingual document OCR toolkit, original implementation in Python and PyTorch"
edition = "2021"
license = "Apache-2.0"
name = "surya"
readme = "README.md"
repository = "https://github.com/jimexist/surya-rs"
version = "0.3.0"