From 3d2e53f7396b75d27eda27ec9b60a9c50ef402ad Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 8 Jun 2022 18:25:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20ALTO:=20Extract=20namespace=20=3D?= =?UTF-8?q?=3D=20ALTO=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/modstool/altotool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qurator/modstool/altotool.py b/qurator/modstool/altotool.py index 218e448..a66defa 100755 --- a/qurator/modstool/altotool.py +++ b/qurator/modstool/altotool.py @@ -155,6 +155,7 @@ def process(alto_files: List[str], output_file: str, output_csv: str, output_xls d = flatten(alto_to_dict(alto, raise_errors=True)) # "meta" d['alto_file'] = alto_file + d['alto_xmlns'] = ET.QName(alto).namespace alto_info.append(d)