ocrd-tool.json: use models_layout instead of eynollah_layouts for consistency

This commit is contained in:
kba 2025-09-25 21:12:52 +02:00
parent e6ee26fde3
commit 9303ded11f
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ models_layout_v0_5_0: models_layout_v0_5_0.tar.gz
tar zxf models_layout_v0_5_0.tar.gz
models_layout_v0_5_0.tar.gz:
wget $(SEG_MODEL)
wget -O $@ $(SEG_MODEL)
default-2021-03-09: $(notdir $(BIN_MODEL))
unzip $(notdir $(BIN_MODEL))

View file

@ -84,9 +84,9 @@
"resources": [
{
"url": "https://zenodo.org/records/17194824/files/models_layout_v0_5_0.tar.gz?download=1",
"name": "eynollah_layout_v0_5_0",
"name": "models_layout_v0_5_0",
"type": "archive",
"path_in_archive": "eynollah_layout_v0_5_0",
"path_in_archive": "models_layout_v0_5_0",
"size": 3525684179,
"description": "Models for layout detection, reading order detection, textline detection, page extraction, column classification, table detection, binarization, image enhancement",
"version_range": ">= v0.5.0"