4 releases
0.1.3 | Sep 2, 2023 |
---|---|
0.1.2 | Oct 19, 2021 |
0.1.1 | Oct 19, 2021 |
0.1.0 | Oct 18, 2021 |
#372 in #windows
57 downloads per month
17KB
71 lines
win-ocr
A library for Rust to do OCR on Windows.
Usage
use win_ocr::ocr;
let ocr_text: String = ocr("/path/to/file.png").unwrap();
assert_eq!(ocr_text, "OCR Text");
Dependencies
~130MB
~2M SLoC