mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-13 07:08:19 +00:00
list all PIL supported mime types
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -33,7 +33,13 @@ FormatToMimeType = {
|
|||||||
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
||||||
},
|
},
|
||||||
InputFormat.HTML: {"text/html", "application/xhtml+xml"},
|
InputFormat.HTML: {"text/html", "application/xhtml+xml"},
|
||||||
InputFormat.IMAGE: {"image/png", "image/jpeg"},
|
InputFormat.IMAGE: {
|
||||||
|
"image/png",
|
||||||
|
"image/jpeg",
|
||||||
|
"image/tiff",
|
||||||
|
"image/gif",
|
||||||
|
"image/bmp",
|
||||||
|
},
|
||||||
InputFormat.PDF: {"application/pdf"},
|
InputFormat.PDF: {"application/pdf"},
|
||||||
}
|
}
|
||||||
MimeTypeToFormat = {
|
MimeTypeToFormat = {
|
||||||
|
|||||||
Reference in New Issue
Block a user