mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Allows parsing of WebP format images
This commit is contained in:
@@ -66,6 +66,7 @@ class RasterisedDocumentParser(DocumentParser):
|
||||
"image/tiff",
|
||||
"image/bmp",
|
||||
"image/gif",
|
||||
"image/webp",
|
||||
]
|
||||
|
||||
def has_alpha(self, image):
|
||||
|
Reference in New Issue
Block a user