diff --git a/README.md b/README.md index afd93c3..1b57ee9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ When using Eynollah with Docker, see [`docker.md`](https://github.com/qurator-sp ## Models -Pretrained models can be downloaded from [Zenodo](https://zenodo.org/records/17194824) or [Hugging Face](https://huggingface.co/SBB?search_models=eynollah). +Pretrained models can be downloaded from [Zenodo](https://zenodo.org/records/17727267) or [Hugging Face](https://huggingface.co/SBB?search_models=eynollah). For model documentation and model cards, see [`models.md`](https://github.com/qurator-spk/eynollah/tree/main/docs/models.md). diff --git a/src/eynollah/model_zoo/default_specs.py b/src/eynollah/model_zoo/default_specs.py index b9a1a2c..dc725e4 100644 --- a/src/eynollah/model_zoo/default_specs.py +++ b/src/eynollah/model_zoo/default_specs.py @@ -1,8 +1,8 @@ from .specs import EynollahModelSpec, EynollahModelSpecSet # NOTE: This needs to change whenever models/versions change -ZENODO = "https://zenodo.org/records/17295988/files" -MODELS_VERSION = "v0_7_0" +ZENODO = "https://zenodo.org/records/17727267" +MODELS_VERSION = "v0_8_0" def dist_url(dist_name: str="layout") -> str: return f'{ZENODO}/models_{dist_name}_{MODELS_VERSION}.zip' diff --git a/src/eynollah/ocrd-tool.json b/src/eynollah/ocrd-tool.json index fc61af7..1e9e715 100644 --- a/src/eynollah/ocrd-tool.json +++ b/src/eynollah/ocrd-tool.json @@ -84,6 +84,14 @@ } }, "resources": [ + { + "url": "https://zenodo.org/records/17727267/files/models_all_v0_8_0.zip", + "name": "models_all_v0_8_0", + "type": "archive", + "size": 5636009377, + "description": "Models for layout detection, reading order detection, textline detection, page extraction, column classification, table detection, binarization and image enhancement", + "version_range": ">= v0.8.0" + }, { "url": "https://zenodo.org/records/17580627/files/models_all_v0_7_0.zip?download=1", "name": "models_layout_v0_7_0", @@ -135,6 +143,14 @@ } }, "resources": [ + { + "url": "https://zenodo.org/records/17727267/files/models_all_v0_8_0.zip", + "name": "models_all_v0_8_0", + "type": "archive", + "size": 5636009377, + "description": "Models for layout detection, reading order detection, textline detection, page extraction, column classification, table detection, binarization and image enhancement", + "version_range": ">= v0.8.0" + }, { "url": "https://zenodo.org/records/17580627/files/models_all_v0_7_0.zip?download=1", "name": "models_layout_v0_7_0",