From 73b7b48dfb81b369386d9ca4e08368a4789cbffb Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:19:13 +0100 Subject: [PATCH] ocrd-tool.json: add directory content-type for model --- sbb_binarize/ocrd-tool.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbb_binarize/ocrd-tool.json b/sbb_binarize/ocrd-tool.json index bef3534..06d7fe0 100644 --- a/sbb_binarize/ocrd-tool.json +++ b/sbb_binarize/ocrd-tool.json @@ -19,6 +19,8 @@ "model": { "description": "Directory containing HDF5 models. Can be an absolute path or a path relative to the current working directory or $SBB_BINARIZE_DATA environment variable (if set)", "type": "string", + "format": "uri", + "content-type": "text/directory", "required": true } }