#ocr #lib #windows

pic2txt

简单的Windows库OCR

1个稳定版本

1.0.0 2023年7月19日

#28 in #ocr

MIT 协议

90KB

pic2txt

简单的Windows库OCR

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

依赖

~129MB
~2M SLoC