OCR-D / core

Collection of OCR-related python tools and wrappers from @OCR-D
https://ocr-d.de/core/
Apache License 2.0
118 stars 31 forks source link

Processors: support iterating over multiple input_file_grp #568

Closed kba closed 3 years ago

kba commented 4 years ago

@bertsky in https://github.com/OCR-D/ocrd_segment/pull/41#discussion_r474651827 Yes, [ocrd_segment.import_image_segmentation.zip_input_files] in combination with a loop over these file tuples instead of Processor.input_files. I have first seen that recipe in @finkf's ocrd-cis-align, then re-used it for ocrd-cor-asv-ann-evaluate and others. Would be great if this entered core (including error messages when some pages don't have files for all input fileGrps etc)...

bertsky commented 3 years ago

Fixed by #635