robertknight / ocrs

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

Languages support #42

Closed igor-yusupov closed 5 months ago

igor-yusupov commented 5 months ago

Does ocrs support languages other than English?

robertknight commented 5 months ago

It can handle other Latin languages to some extent (ie. those that use the same alphabet), but most of the training data is English. Support for other scripts / languages is planned for the future. See https://github.com/robertknight/ocrs/issues/14.