mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
list all PIL supported mime types
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
bde8186700
commit
a84ba6ddec
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user