Skip to content

Commit

Permalink
ocrd-tool: add model archive to resmgr resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Feb 16, 2023
1 parent 5437b90 commit 00f431a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion qurator/eynollah/ocrd-tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,17 @@
"default": false,
"description": "ignore the special role of headings during reading order detection"
}
}
},
"resources": [
{
"description": "models for eynollah (TensorFlow format)",
"url": "https://ocr-d.kba.cloud/2021-04-25.SavedModel.tar.gz",
"name": "default",
"size": 1483106598,
"type": "archive",
"path_in_archive": "default"
}
]
}
}
}

0 comments on commit 00f431a

Please sign in to comment.