You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/10/14 17:39:50 UTC

[jira] Created: (TIKA-63) Avoid multiple passes over the input stream in Microsoft parsers

Avoid multiple passes over the input stream in Microsoft parsers
----------------------------------------------------------------

                 Key: TIKA-63
                 URL: https://issues.apache.org/jira/browse/TIKA-63
             Project: Tika
          Issue Type: Improvement
          Components: general
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
             Fix For: 0.1-incubator


The current Excel, Word, and PowerPoint parsers make multiple passes over the given input stream - first to read document metadata, and then to extract text content. We can avoid this duplicate consumption by using the POIFSFileSystem class as a source of both the metadata and text content in the parser classes since these Office documents are in any case parsed into memory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TIKA-63) Avoid multiple passes over the input stream in Microsoft parsers

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-63.
-------------------------------

    Resolution: Fixed

Fixed in revision 584558.

> Avoid multiple passes over the input stream in Microsoft parsers
> ----------------------------------------------------------------
>
>                 Key: TIKA-63
>                 URL: https://issues.apache.org/jira/browse/TIKA-63
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 0.1-incubator
>
>
> The current Excel, Word, and PowerPoint parsers make multiple passes over the given input stream - first to read document metadata, and then to extract text content. We can avoid this duplicate consumption by using the POIFSFileSystem class as a source of both the metadata and text content in the parser classes since these Office documents are in any case parsed into memory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.