mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-06 14:39:55 +02:00
ocrd-tool.json: use models_layout instead of eynollah_layouts for consistency
This commit is contained in:
parent
e6ee26fde3
commit
9303ded11f
2 changed files with 3 additions and 3 deletions
2
Makefile
2
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
|
tar zxf models_layout_v0_5_0.tar.gz
|
||||||
|
|
||||||
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))
|
default-2021-03-09: $(notdir $(BIN_MODEL))
|
||||||
unzip $(notdir $(BIN_MODEL))
|
unzip $(notdir $(BIN_MODEL))
|
||||||
|
|
|
@ -84,9 +84,9 @@
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
"url": "https://zenodo.org/records/17194824/files/models_layout_v0_5_0.tar.gz?download=1",
|
"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",
|
"type": "archive",
|
||||||
"path_in_archive": "eynollah_layout_v0_5_0",
|
"path_in_archive": "models_layout_v0_5_0",
|
||||||
"size": 3525684179,
|
"size": 3525684179,
|
||||||
"description": "Models for layout detection, reading order detection, textline detection, page extraction, column classification, table detection, binarization, image enhancement",
|
"description": "Models for layout detection, reading order detection, textline detection, page extraction, column classification, table detection, binarization, image enhancement",
|
||||||
"version_range": ">= v0.5.0"
|
"version_range": ">= v0.5.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue