We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
.mimetype.startswith('image/')
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...
The text was updated successfully, but these errors were encountered:
e2f799b
No branches or pull requests
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:Could also be worse than just a false warning...
The text was updated successfully, but these errors were encountered: