Skip to content

Commit

Permalink
πŸ› Fix --version option in OCR-D CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Jul 19, 2024
1 parent 6d1daf1 commit f2e290d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dinglehopper/ocrd_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def ocrd_dinglehopper(*args, **kwargs):
class OcrdDinglehopperEvaluate(Processor):
def __init__(self, *args, **kwargs):
kwargs["ocrd_tool"] = OCRD_TOOL["tools"]["ocrd-dinglehopper"]
kwargs["version"] = OCRD_TOOL["version"]
super(OcrdDinglehopperEvaluate, self).__init__(*args, **kwargs)

def process(self):
Expand Down

0 comments on commit f2e290d

Please sign in to comment.