[[bin]]
name = "rustocr"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.base64]
version = "0.21"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.dirs]
version = "5.0"
[dependencies.glob]
version = "0.3"
[dependencies.html-escape]
version = "0.2"
[dependencies.image]
version = "0.24"
[dependencies.indicatif]
version = "0.17"
[dependencies.notify]
version = "6.1"
[dependencies.num_cpus]
version = "1.16"
[dependencies.pdf-extract]
version = "0.7"
[dependencies.rayon]
version = "1.8"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.0"
[dependencies.toml]
version = "0.8"
[package]
authors = ["RustOCR Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "multimedia::images", "text-processing"]
description = "High-performance Rust CLI for EasyOCR with 80+ language support, featuring server mode and batch processing. Fastly Built by FastBuilder.AI"
documentation = "https://github.com/cyberiums/RustOCR/blob/main/README.md"
edition = "2021"
exclude = ["tests/*", ".github/*", "*.jpg", "*.png", "images/*"]
homepage = "https://github.com/cyberiums/RustOCR"
keywords = ["ocr", "easyocr", "cli", "image-processing", "text-recognition"]
license = "Apache-2.0"
name = "rustocr"
readme = "README.md"
repository = "https://github.com/cyberiums/RustOCR"
version = "0.7.0"