mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 06:56:31 +01:00
Enhancement: allow consumption of odg files (#6940)
This commit is contained in:
parent
d1ac15baa9
commit
6ddb62bf3f
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ def tika_consumer_declaration(sender, **kwargs):
|
||||||
"application/vnd.oasis.opendocument.presentation": ".odp",
|
"application/vnd.oasis.opendocument.presentation": ".odp",
|
||||||
"application/vnd.oasis.opendocument.spreadsheet": ".ods",
|
"application/vnd.oasis.opendocument.spreadsheet": ".ods",
|
||||||
"application/vnd.oasis.opendocument.text": ".odt",
|
"application/vnd.oasis.opendocument.text": ".odt",
|
||||||
|
"application/vnd.oasis.opendocument.graphics": ".odg",
|
||||||
"text/rtf": ".rtf",
|
"text/rtf": ".rtf",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue