Skip to content
Snippets Groups Projects
Commit 977d499a authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Add ALTO output for PERO OCR

parent b91f8eb5
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -31,7 +31,7 @@ def main() -> None:
(OUTPUT_PATH / pero_ocr_filename.stem).with_suffix(f'.{suffix}'),
)
for suffix in ('xml', ):
for suffix in ('xml', 'alto'):
shutil.copy(
(PERO_OCR_PATH / pero_ocr_filename.stem).with_suffix(f'.{suffix}'),
(OUTPUT_PATH / pero_ocr_filename.stem).with_suffix(f'.{suffix}'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment