mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-15 21:39:57 +02:00
📝 dinglehopper: Document REPORT_PREFIX (Closes GH-27.)
This commit is contained in:
parent
829b84c66a
commit
77154ef256
2 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,9 @@ Usage: dinglehopper [OPTIONS] GT OCR [REPORT_PREFIX]
|
||||||
In that case, use --no-metrics to disable the then meaningless metrics and
|
In that case, use --no-metrics to disable the then meaningless metrics and
|
||||||
also change the color scheme from green/red to blue.
|
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".
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--metrics / --no-metrics Enable/disable metrics and green/red
|
--metrics / --no-metrics Enable/disable metrics and green/red
|
||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
|
@ -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
|
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
|
that case, use --no-metrics to disable the then meaningless metrics and also
|
||||||
change the color scheme from green/red to blue.
|
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)
|
process(gt, ocr, report_prefix, metrics=metrics)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue