From 046e3e8ee31e9ed973ae72ba108322f10fe11d00 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 6 Aug 2020 11:27:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Tests:=20Add=20some=20TODOs=20re?= =?UTF-8?q?=20data=20+=20namespace=20version=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_recognize.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_recognize.py b/test/test_recognize.py index 54faf87..70667aa 100644 --- a/test/test_recognize.py +++ b/test/test_recognize.py @@ -51,6 +51,8 @@ def workspace(): subprocess.call(['convert', ff, '-threshold', '50%', ff]) # Remove GT Words and TextEquivs, to not accidently check GT text instead of the OCR text + # XXX Review data again + # XXX Make this more robust against namespace version changes for of in workspace.mets.find_files(fileGrp="OCR-D-GT-SEG-LINE"): workspace.download_file(of) for to_remove in ["//pc:Word", "//pc:TextEquiv"]: