You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2014/02/22 19:44:19 UTC

[jira] [Resolved] (TIKA-1225) MDI files detection

     [ 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)