Text detection in image

these days I am working on flutter/rust application. I need to extract text from image. Flutter is really really slow. So that I am looking for any multi-os pure rust library for processing the image. I searched in crate.io but I just found some bindings to opencv and pytorch.

I'm not familiar with the tools of the trade, but the term you're looking for is OCR. For example, ocrs pops up, and appears to be a good fit.

2 Likes