You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Amit Pandey (JIRA)" <ji...@apache.org> on 2018/07/18 12:46:00 UTC

[jira] [Created] (TIKA-2689) *.ai type (Adobe illustrator ) files are not detected correctly.

Amit Pandey created TIKA-2689:
---------------------------------

             Summary: *.ai type (Adobe illustrator ) files are not detected correctly.
                 Key: TIKA-2689
                 URL: https://issues.apache.org/jira/browse/TIKA-2689
             Project: Tika
          Issue Type: Bug
          Components: core
    Affects Versions: 1.18, 1.17, 1.16
            Reporter: Amit Pandey


There is in-consistency in detecting **ai* types files when using different overloaded detect method. When I am using _detect(String filename)_, it gives correct file type - "*application/illustrator*". If I use _detect(InputStream is, String filename)_ and _detect(File fileObj)_ - > it gives file type "*application/pdf*".

Here is sample code I used.

  [https://stackoverflow.com/questions/51359351/tika-detect-method-not-giving-same-exact-file-type|http://example.com]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)