Merge pull request #965 from jovandeginste/add-rtf

Add support for rtf
This commit is contained in:
Jonas Winkler 2021-04-30 19:11:07 +02:00 committed by GitHub
commit 16658f5939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
def get_parser(*args, **kwargs):
from .parsers import TikaDocumentParser
@ -20,5 +19,6 @@ def tika_consumer_declaration(sender, **kwargs):
"application/vnd.oasis.opendocument.presentation": ".odp",
"application/vnd.oasis.opendocument.spreadsheet": ".ods",
"application/vnd.oasis.opendocument.text": ".odt",
"text/rtf": ".rtf",
},
}