mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +02:00
🚧 dinglehopper: Compare line text directories (WIP)
This commit is contained in:
parent
36b36f6986
commit
a018006f98
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ def process(gt_dir, ocr_dir, report_prefix, *, metrics=True):
|
|||
|
||||
template = env.get_template(template_fn)
|
||||
template.stream(
|
||||
gt=gt,
|
||||
ocr=ocr,
|
||||
gt=gt_dir, # Note: directory
|
||||
ocr=ocr_dir, # Note: directory
|
||||
cer=cer,
|
||||
n_characters=n_characters,
|
||||
wer=wer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue