You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Etienne Jouvin (Updated) (JIRA)" <ji...@apache.org> on 2012/01/04 20:23:39 UTC

[jira] [Updated] (TIKA-694) On extraction, get properties AND / OR content extraction

     [ https://issues.apache.org/jira/browse/TIKA-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Etienne Jouvin updated TIKA-694:
--------------------------------

    Attachment: Tika-1.0.zip

Hi.

My comment was posted for 0.9
As I saw the version 1.0 and use it in production now... I extract my code and made a new project.

In this project, I built parser for Office, and PDF, and copy things from the original parser.

In order to avoid parsing file content, I use an argument in the context.

More over, I "fixed" custom properties parsing on docX, xlsX and pptX, as it is done on doc, xls and ppt.

Regards.

Etienne Jouvin
                
> On extraction, get properties AND / OR content extraction
> ---------------------------------------------------------
>
>                 Key: TIKA-694
>                 URL: https://issues.apache.org/jira/browse/TIKA-694
>             Project: Tika
>          Issue Type: Wish
>          Components: parser
>    Affects Versions: 0.9
>         Environment: All OS
>            Reporter: Etienne Jouvin
>            Priority: Minor
>         Attachments: Tika-1.0.zip
>
>
> I use TIKA to extract properties, and only, on Office files.
> The parser goes throw the document content and this is not necessary and slow down the process.
> It would be nice to have choice to extract only properties or not.
> What I did was the following:
> Extension of AutoDetectParser to override the parse method.
> Then in the ParseContext instance, I put a flag with boolean true to say only extract the properties.
> And for example, on office file, I extended OfficeParser class. During parse method, I check the flag, and if equals to true, I removed all the extraction from the content.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira