robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.09k stars 44 forks source link

Propagate errors running recognition model, instead of panicking #77

Closed robertknight closed 3 months ago

robertknight commented 3 months ago

Complete an old TODO to propagate errors when executing the recognition model.