rust_ocr 0.1.5

A library to convert png to text with windows api
Documentation

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