You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Luis Filipe Nassif (JIRA)" <ji...@apache.org> on 2015/04/21 18:04:00 UTC

[jira] [Commented] (TIKA-1554) Improve EMF file detection

    [ https://issues.apache.org/jira/browse/TIKA-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505172#comment-14505172 ] 

Luis Filipe Nassif commented on TIKA-1554:
------------------------------------------

Actually r1667661

> Improve EMF file detection
> --------------------------
>
>                 Key: TIKA-1554
>                 URL: https://issues.apache.org/jira/browse/TIKA-1554
>             Project: Tika
>          Issue Type: Bug
>          Components: detector
>    Affects Versions: 1.7
>            Reporter: Luis Filipe Nassif
>            Assignee: Chris A. Mattmann
>             Fix For: 1.8
>
>         Attachments: nonEmf.dat
>
>
> I am getting many files being incorrectly detected as application/x-emf. I think the current magic is too common. According to MS documentation (https://msdn.microsoft.com/en-us/library/cc230635.aspx and https://msdn.microsoft.com/en-us/library/dd240211.aspx), it can be improved to:
> {code}
> <mime-type type="application/x-emf">
>     <acronym>EMF</acronym>
>     <_comment>Extended Metafile</_comment>
>     <glob pattern="*.emf"/>
>     <magic priority="50">
>       <match value="0x01000000" type="string" offset="0">
>       	<match value=" EMF" type="string" offset="40"/>
>       </match>
>     </magic>
>   </mime-type>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)