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" }