Allows parsing of WebP format images

This commit is contained in:
Trenton H
2022-11-14 15:38:35 -08:00
parent 88c15d32f1
commit 68c62f3857
4 changed files with 17 additions and 4 deletions

View File

@@ -15,5 +15,6 @@ def tesseract_consumer_declaration(sender, **kwargs):
"image/tiff": ".tif",
"image/gif": ".gif",
"image/bmp": ".bmp",
"image/webp": ".webp",
},
}