1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00

📝 dinglehopper: Document REPORT_PREFIX (Closes GH-27.)

This commit is contained in:
Gerber, Mike 2020-09-24 20:56:50 +02:00
parent 829b84c66a
commit 77154ef256
2 changed files with 6 additions and 0 deletions

View file

@ -109,6 +109,9 @@ def main(gt, ocr, report_prefix, metrics):
an OCR software, but you may use dinglehopper to compare two OCR results. In
that case, use --no-metrics to disable the then meaningless metrics and also
change the color scheme from green/red to blue.
The comparison report will be written to $REPORT_PREFIX.{html,json}, where
$REPORT_PREFIX defaults to "report".
"""
process(gt, ocr, report_prefix, metrics=metrics)