robertknight / ocrs

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

Add document for supported Characters/Languages in README #16

Closed xring closed 8 months ago

xring commented 8 months ago

As mentioned in https://github.com/robertknight/ocrs/issues/8, seems like only Latin characters are supported currently.

It will be great to add document to track supported / WIP / TODO Characters/Languages, it can also help community to work on related task together.

robertknight commented 8 months ago

Done! - Regarding collaboration around more languages, I first need to add the basic infrastructure (eg. better model training documentation), and then it will be possible for people with expertise in various languages to contribute. https://github.com/robertknight/ocrs/issues/8 is the main issue tracking this.