bpm-ocr 1.0.0

A library for attempting to extract a blood pressure monitor reading from an image using opencv.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bpm-ocr"
version = "1.0.0"
edition = "2024"
license = "MIT"
description = "A library for attempting to extract a blood pressure monitor reading from an image using opencv."
homepage = "https://www.github.com/happy0/bpm-ocr"
repository = "https://www.github.com/happy0/bpm-ocr"
readme = "README.md"
keywords = ["ocr", "opencv"]
categories = ["computer-vision"]

[dependencies]
opencv = "0.97.2"
uuid = {version = "1.19.0", features = ["v4"]}