pic2txt

Crates.iopic2txt
lib.rspic2txt
version1.0.0
sourcesrc
created_at2023-07-19 09:07:40.876461
updated_at2023-07-19 09:07:40.876461
descriptionsimple ocr by windows lib
homepage
repositoryhttps://gitee.com/w-8/pic2txt
max_upload_size
id920150
size98,400
(MDZZDYXCMDZZDYXC)

documentation

README

pic2txt

simple ocr by windows lib

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

cargo fmt