You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Matthew Jones (JIRA)" <ji...@apache.org> on 2015/01/16 19:48:35 UTC

[jira] [Created] (TIKA-1520) Provide parsing and detection for Mathematica files

Matthew Jones created TIKA-1520:
-----------------------------------

             Summary: Provide parsing and detection for Mathematica files
                 Key: TIKA-1520
                 URL: https://issues.apache.org/jira/browse/TIKA-1520
             Project: Tika
          Issue Type: Wish
          Components: parser
            Reporter: Matthew Jones
         Attachments: lab0.nb

Currently Mathematica notebooks that have data in them do not appear to be detected correctly.
java -jar tika-app-1.7.jar -d lab0.nb           
text/plain

An empty file with the .nb extension though is detected correctly. ;)
touch testmath.nb
java -jar tika-app-1.7.jar -d testmath.nb            
application/mathematica

I'm not too sure how to fix this so just adding it as a wish. Thanks!

Examples on this page 
http://www2.stetson.edu/~mhale/calc2/math.htm
including the file
http://www2.stetson.edu/~mhale/calc2/lab0.nb



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