robertknight / ocrs

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

Make it easy to update models to latest version #4

Open robertknight opened 8 months ago

robertknight commented 8 months ago

ocrs-cli will automatically download models on first run. It would be useful if it could automatically download updated models when they become available.

Some considerations and constraints:

robertknight commented 8 months ago

Re-reading this issue I think it should work more like a package update, where the tool might notify the user about model updates, but not download them unless specifically requested (eg. with something like ocrs --update).