rust_ocr

Crates.iorust_ocr
lib.rsrust_ocr
version0.1.5
sourcesrc
created_at2023-03-08 13:19:02.61669
updated_at2023-05-16 10:40:23.009483
descriptionA library to convert png to text with windows api
homepage
repositoryhttps://github.com/reyemhorts/rust-ocr
max_upload_size
id804591
size15,455
(reyemhorts)

documentation

README

This crate uses the windows ocr

  • 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" }
Commit count: 16

cargo fmt