Crates.io | rust_ocr |
lib.rs | rust_ocr |
version | 0.1.5 |
source | src |
created_at | 2023-03-08 13:19:02.61669 |
updated_at | 2023-05-16 10:40:23.009483 |
description | A library to convert png to text with windows api |
homepage | |
repository | https://github.com/reyemhorts/rust-ocr |
max_upload_size | |
id | 804591 |
size | 15,455 |
Convert a .png file to text
get coordinates from words
cargo add rust_ocr
or include git-repo in cargo.toml file for latest version
[dependencies]
rust_ocr = { git = "https://github.com/reyemhorts/rust-ocr", branch = "main" }