| Crates.io | pic2txt |
| lib.rs | pic2txt |
| version | 1.0.0 |
| created_at | 2023-07-19 09:07:40.876461+00 |
| updated_at | 2023-07-19 09:07:40.876461+00 |
| description | simple ocr by windows lib |
| homepage | |
| repository | https://gitee.com/w-8/pic2txt |
| max_upload_size | |
| id | 920150 |
| size | 98,400 |
simple ocr by windows lib
if let Ok(txt) = pic2txt::ocr("image.png"){
println!("{}",txt);
}