From: Daniel Böhme <87445653+daniel-boehme@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:34:22 +0000 (+0200) Subject: Enhancement: allow consumption of odg files (#6940) X-Git-Tag: v2.10.0~1^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ddb62bf3ff6c3609a7620aeb6824c1e32f31db6;p=thirdparty%2Fpaperless-ngx.git Enhancement: allow consumption of odg files (#6940) --- diff --git a/src/paperless_tika/signals.py b/src/paperless_tika/signals.py index 92b32e41bd..2b7495e353 100644 --- a/src/paperless_tika/signals.py +++ b/src/paperless_tika/signals.py @@ -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", }, }