Merge pull request #12 from kba/rename-tool

Rename ocrd_sbb.. to ocrd-sbb... in ocrd_cli.py, ht @bertsky
pull/13/head
Mike Gerber 5 years ago committed by GitHub
commit 6e0decb5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):

Loading…
Cancel
Save