ocr-receipts/Cargo.toml
2024-02-03 10:42:32 +01:00

11 lines
264 B
TOML

[package]
name = "ocr-reciepts"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
opencv = { version = "0.88.8", features = ["clang-runtime"] }
tesseract = "0.15.1"