1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_textline_detection.git synced 2025-08-09 09:39:56 +02:00

Rename ocrd_sbb.. to ocrd-sbb... in ocrd_cli.py, ht @bertsky

This commit is contained in:
Konstantin Baierer 2019-12-09 13:02:44 +01:00
parent 51e241fd84
commit cf6381c148

View file

@ -25,7 +25,7 @@ def ocrd_sbb_textline_detector(*args, **kwargs):
return ocrd_cli_wrap_processor(OcrdSbbTextlineDetectorRecognize, *args, **kwargs) return ocrd_cli_wrap_processor(OcrdSbbTextlineDetectorRecognize, *args, **kwargs)
TOOL = 'ocrd_sbb_textline_detector' TOOL = 'ocrd-sbb-textline-detector'
class OcrdSbbTextlineDetectorRecognize(Processor): class OcrdSbbTextlineDetectorRecognize(Processor):