为Windows进行OCR的Rust库
作者:Akira Kobayashi
774 / 图像
17KB 71 代码行
为Windows进行OCR的Rust库。
use win_ocr::ocr; let ocr_text: String = ocr("/path/to/file.png").unwrap(); assert_eq!(ocr_text, "OCR Text");
~129MB ~2M SLoC