[ 
https://issues.apache.org/jira/browse/TIKA-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883966#action_12883966
 ] 

Nick Burch commented on TIKA-408:
---------------------------------

I've just committed support for basic text extraction from Word 6 and Word 95 
files to POI. Once the next POI release has happened, we can enable it with 
something like:

    try {
        return new WordExtractor(poifsDir, fs);
    } catch(OldWordFileFormatException e) {
        return new Word6Extractor(poifsDir, fs);
    }

(Text Mining doesn't seem to be being updated, and the main website has gone, 
so using POI is likely to be better long term)

> Word 6.0/7.0 documents support in office parser
> -----------------------------------------------
>
>                 Key: TIKA-408
>                 URL: https://issues.apache.org/jira/browse/TIKA-408
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.7
>            Reporter: Dmitry Kuzmenko
>            Priority: Minor
>         Attachments: testWORD6.doc, word6.patch.gz
>
>
> Current office parser doesn't support old Word 6.0/7.0 documents.

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

Reply via email to