pic2txt 1.0.0

simple ocr by windows lib
Documentation

pic2txt

simple ocr by windows lib

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