Enhancement: allow consumption of odg files (#6940)

This commit is contained in:
Daniel Böhme 2024-06-09 16:34:22 +02:00 committed by GitHub
parent d1ac15baa9
commit 6ddb62bf3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
},
}