diff --git a/Makefile b/Makefile index 6566293..20f4755 100644 --- a/Makefile +++ b/Makefile @@ -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)) diff --git a/src/eynollah/ocrd-tool.json b/src/eynollah/ocrd-tool.json index e5077e9..fbc6c1a 100644 --- a/src/eynollah/ocrd-tool.json +++ b/src/eynollah/ocrd-tool.json @@ -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"