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