a couple fixes and more supported image files

This commit is contained in:
jonaswinkler
2020-12-02 17:39:49 +01:00
parent 1bb5dbd694
commit 1d073d2cfd
8 changed files with 41 additions and 4 deletions

View File

@@ -8,6 +8,9 @@ def tesseract_consumer_declaration(sender, **kwargs):
"mime_types": {
"application/pdf": ".pdf",
"image/jpeg": ".jpg",
"image/png": ".png"
"image/png": ".png",
"image/tiff": ".tif",
"image/gif": ".gif",
"image/bmp": ".bmp",
}
}