#png #convert #text #ocr #windows #winapi #file

bin+lib rust_ocr

A library to convert png to text with windows api

6 releases

0.1.5 May 16, 2023
0.1.4 May 13, 2023
0.1.3 Mar 8, 2023

#826 in Images

MIT license

8KB
129 lines

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

Dependencies

~143MB
~2.5M SLoC