[dependencies.chrono]
version = "0.4.42"
[dependencies.opencv]
version = "0.97.2"
[lib]
name = "bpm_ocr"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["computer-vision"]
description = "A library for attempting to extract a blood pressure monitor reading from an image using opencv."
edition = "2024"
homepage = "https://www.github.com/happy0/bpm-ocr"
keywords = ["ocr", "opencv"]
license = "MIT"
name = "bpm-ocr"
readme = "README.md"
repository = "https://www.github.com/happy0/bpm-ocr"
version = "0.2.0"