False warning about number of images per grp/page
Closed this issue · 0 comments
bertsky commented
browse-ocrd/ocrd_browser/model/document.py
Lines 279 to 280 in d6ff3f3
This does not actually single out files with .mimetype.startswith('image/')
. So we end up with a false warning:
ocrd_browser.model.document.Document.get_image_paths - Found 2 images for PAGE PHYS_0001 and fileGrp BIN, expected 1
Could also be worse than just a false warning...