[ 
https://issues.apache.org/jira/browse/TIKA-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Burch resolved TIKA-1225.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

Thanks for this, applied in r1570879.

> 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
>             Fix For: 1.6
>
>
> 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)

Reply via email to