Skip to content

Commit

Permalink
Fix typo in description
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 22, 2022
1 parent 61aa241 commit 6aaff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_scripts/merge_ocr_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def parse_arguments():
parser = argparse.ArgumentParser(
description='Merge results of multiple OCR engines together by picking the most cinfident transcription '
description='Merge results of multiple OCR engines together by picking the most confident transcription '
'for each text line. The tool takes multiple directories, where each should contain Page XML '
'files and corresponding logit files. The file names in each directory must be the same.'
'Text lines and their IDs must be the same in each directory.')
Expand Down

0 comments on commit 6aaff18

Please sign in to comment.