mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Allows parsing of WebP format images
This commit is contained in:
parent
1e11c12d96
commit
e96d65f945
4 changed files with 17 additions and 4 deletions
|
|
@ -15,5 +15,6 @@ def tesseract_consumer_declaration(sender, **kwargs):
|
|||
"image/tiff": ".tif",
|
||||
"image/gif": ".gif",
|
||||
"image/bmp": ".bmp",
|
||||
"image/webp": ".webp",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue