From c4d52ee55b8e2e1daff693ca897378684f585647 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 6 Nov 2019 18:47:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20ocrd-tool.json:=20Add=20paramete?= =?UTF-8?q?r=20descriptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocrd_calamari/ocrd-tool.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ocrd_calamari/ocrd-tool.json b/ocrd_calamari/ocrd-tool.json index 5fc5073..637bc72 100644 --- a/ocrd_calamari/ocrd-tool.json +++ b/ocrd_calamari/ocrd-tool.json @@ -18,8 +18,14 @@ "OCR-D-OCR-CALAMARI" ], "parameters": { - "checkpoint": {"type": "string", "format": "file", "cacheable": true}, - "voter": {"type": "string", "default": "confidence_voter_default_ctc"} + "checkpoint": { + "description": "The calamari model files (*.ckpt.json)", + "type": "string", "format": "file", "cacheable": true + }, + "voter": { + "description": "The voting algorithm to use", + "type": "string", "default": "confidence_voter_default_ctc" + } } } }