From cf6381c1482dfa22f476350936be3aea1474781e Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 9 Dec 2019 13:02:44 +0100 Subject: [PATCH] Rename ocrd_sbb.. to ocrd-sbb... in ocrd_cli.py, ht @bertsky --- qurator/sbb_textline_detector/ocrd_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/sbb_textline_detector/ocrd_cli.py b/qurator/sbb_textline_detector/ocrd_cli.py index d090e46..c3e173f 100644 --- a/qurator/sbb_textline_detector/ocrd_cli.py +++ b/qurator/sbb_textline_detector/ocrd_cli.py @@ -25,7 +25,7 @@ def ocrd_sbb_textline_detector(*args, **kwargs): return ocrd_cli_wrap_processor(OcrdSbbTextlineDetectorRecognize, *args, **kwargs) -TOOL = 'ocrd_sbb_textline_detector' +TOOL = 'ocrd-sbb-textline-detector' class OcrdSbbTextlineDetectorRecognize(Processor):