add support for odg files
This commit is contained in:
parent
317a9114eb
commit
52fbc6f600
@ -19,6 +19,7 @@ def tika_consumer_declaration(sender, **kwargs):
|
||||
"application/vnd.oasis.opendocument.presentation": ".odp",
|
||||
"application/vnd.oasis.opendocument.spreadsheet": ".ods",
|
||||
"application/vnd.oasis.opendocument.text": ".odt",
|
||||
"application/vnd.oasis.opendocument.graphics": ".odg",
|
||||
"text/rtf": ".rtf",
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user