# pic2txt simple ocr by windows lib ~~~rust if let Ok(txt) = pic2txt::ocr("image.png"){ println!("{}",txt); } ~~~