diff --git a/qurator/sbb_textline_detector/ocrd_cli.py b/qurator/sbb_textline_detector/ocrd_cli.py index 272d671..8aa13fe 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):