added OpenDocument Formats (Open Office)

documents - extensions: odt
presentations->extensions: odp
(org.apache.tika.parser.odf)
http://tika.apache.org/1.13/formats.html#iWorks_document_formats
This commit is contained in:
Sergey Stepanov 2016-09-23 15:52:03 +03:00 committed by GitHub
parent 7c238244e2
commit ae5f48d0df

View file

@ -77,6 +77,14 @@
<arg>"application/vnd.openxmlformats-officedocument.presentationml.presentation"</arg>
<arg>"powerpoint"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/vnd.oasis.opendocument.text"</arg>
<arg>"odt"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/vnd.oasis.opendocument.presentation"</arg>
<arg>"odp"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/pdf"</arg>
<arg>"pdf"</arg>