qurator-spk / dinglehopper

An OCR evaluation tool
Apache License 2.0
59 stars 13 forks source link

Add --progress parameter #30

Closed GrazingScientist closed 3 years ago

GrazingScientist commented 3 years ago

Please provide a --verbose parameter. I just ran a comparison of a text file with an XML file (both not part of any OCR-D process) and waited forever. Finally, I aborted the process. It would be nice to know what was the issue internally....

In #26 a progress bar was proposed by @mikegerber .

mikegerber commented 3 years ago

Could you provide the data please?

The issue is probably that the run time of the comparison is O(mn) (~ quadratic), but I want to a. reproduce and b. see if there is maybe another problem.

mikegerber commented 3 years ago

As of 5ed184c, there is now a --progress option in the normal CLI.

image