From 04e1972720a9b8e759fe176e229ff324d1f1a533 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:37:31 +0100 Subject: [PATCH] ocrd_tool.json: add model content-type --- qurator/sbb_textline_detector/ocrd-tool.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qurator/sbb_textline_detector/ocrd-tool.json b/qurator/sbb_textline_detector/ocrd-tool.json index b23e0fc..5663d84 100644 --- a/qurator/sbb_textline_detector/ocrd-tool.json +++ b/qurator/sbb_textline_detector/ocrd-tool.json @@ -16,7 +16,8 @@ "parameters": { "model": { "type": "string", - "format": "file", + "format": "uri", + "content-type": "text/directory", "cacheable": true, "description": "Path to directory containing models to be used (See https://qurator-data.de/sbb_textline_detector/)" }