#ocr #win #windows

win_ocr

A library for Rust to do OCR on Windows

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

#934 in Images

22 downloads per month

MIT license

17KB
71 lines

win-ocr

win_ocr at crates.io win_ocr at docs.rs Build Fmt Clippy

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