Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Plugins can now be used to also add models to the database via the following entrypoints:
ocr_translate.box_data
ocr_translate.ocr_data
ocr_translate.tsl_data
The entrypoint should point to a
dict
with the info to create the model.See init of plugins for example (care that box/ocr/tsl may need to define different keys).
Information about model-specific language codes is now encoded into an
iso1_map
field of the model.lang_code
to whatever is closest to the model codes, and overwrite what does not match usingiso1_map
, by mapping iso-639-1 codes to the model-specific ones.Tag only without release as the changes still requires plugins to be baked in with the installer (they cannot be dynamically added without an hack-ish solution).