#ocr #lib #windows

pic2txt

simple ocr by windows lib

1 stable release

1.0.0 Jul 19, 2023

#25 in #ocr

MIT license

90KB

pic2txt

simple ocr by windows lib

if let Ok(txt) = pic2txt::ocr("image.png"){
    println!("{}",txt);
}

Dependencies

~140MB
~2M SLoC