win-ocr
October 19, 2021 ยท View on GitHub
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");
October 19, 2021 ยท View on GitHub
A library for Rust to do OCR on Windows.
use win_ocr::ocr;
let ocr_text: String = ocr("/path/to/file.png").unwrap();
assert_eq!(ocr_text, "OCR Text");