[
https://issues.apache.org/jira/browse/TIKA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893610#action_12893610
]
Nick Burch commented on TIKA-447:
---------------------------------
I've added support for OOXML files (detection + container re-use), as well as
Jar files
I believe the only zip based container format we can't currently detect with
this is iWork. I've figured out how to tell it's an iWork document, but not how
to tell which iWork document subtype it is.
I think the only bit left for now is to document it. We don't currently have a
Detection section in the documentation. Shall I create a new one, put in the
basics from one of the apachecon Tika talks, then add a section on container
aware detection?
> Container aware mimetype detection
> ----------------------------------
>
> Key: TIKA-447
> URL: https://issues.apache.org/jira/browse/TIKA-447
> Project: Tika
> Issue Type: New Feature
> Components: mime
> Affects Versions: 0.7
> Reporter: Nick Burch
> Attachments: TikaContainerDetection.patch
>
>
> As discussed on the dev list, Tika should ideally have a configurable way to
> process container based formats (eg zip files and ole2 files) when trying to
> detect the correct mime type for a document.
> This needs to be configurable, because some people won't want Tika to have to
> do all the work of parsing the whole file when they're not interested in
> knowing exactly what's in it
> Once we have gone to the trouble of opening and parsing the container file,
> we should try to keep the open container around to speed up parsing of the
> contents
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.