From a018006f98e96c413da2fd96bf6d79916ed9c588 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 13 Dec 2021 19:32:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20dinglehopper:=20Compare=20line?= =?UTF-8?q?=20text=20directories=20(WIP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/dinglehopper/cli_line_dirs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qurator/dinglehopper/cli_line_dirs.py b/qurator/dinglehopper/cli_line_dirs.py index 1b77cdb..94dcee4 100644 --- a/qurator/dinglehopper/cli_line_dirs.py +++ b/qurator/dinglehopper/cli_line_dirs.py @@ -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,