| Crates.io | win_ocr |
| lib.rs | win_ocr |
| version | 0.1.3 |
| created_at | 2021-10-18 14:12:30.855776+00 |
| updated_at | 2023-09-02 00:49:01.184498+00 |
| description | A library for Rust to do OCR on Windows |
| homepage | |
| repository | https://github.com/JichouP/win-ocr-rs |
| max_upload_size | |
| id | 466790 |
| size | 22,586 |
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");