Skip to content

Commit

Permalink
✨ ALTO: Extract namespace == ALTO version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Jun 8, 2022
1 parent 8285bdb commit 3d2e53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qurator/modstool/altotool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3d2e53f

Please sign in to comment.