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