Marco Quaranta created TIKA-1225:
------------------------------------
Summary: MDI files detection
Key: TIKA-1225
URL: https://issues.apache.org/jira/browse/TIKA-1225
Project: Tika
Issue Type: Improvement
Components: detector, mime
Affects Versions: 1.4
Reporter: Marco Quaranta
Priority: Minor
As stated by IANA, Microsoft Document Imaging magic number is 0x45502A00:
http://www.iana.org/assignments/media-types/image/vnd.ms-modi
Please add the following magic number to tika registry:
{noformat}
<mime-type type="image/vnd.ms-modi">
<glob pattern="*.mdi"/>
<_comment>Microsoft Document Imaging</_comment>
<magic priority="50">
<match value="0x45502A00" type="string" offset="0"/>
</magic>
</mime-type>
{noformat}
Thank you,
Marco
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)