You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/07/10 02:12:43 UTC

[Bug 61267] Extract text from Microsoft Word 2.0 (pre-OLE2) document

https://bz.apache.org/bugzilla/show_bug.cgi?id=61267

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Meta data of attached word  |Extract text from Microsoft
                   |file gets parsed. However,  |Word 2.0 (pre-OLE2)
                   |content of file is not      |document
                   |parsed and is blank         |
           Severity|major                       |enhancement

--- Comment #3 from Javen O'Neal <on...@apache.org> ---
There are several entry points into POI. We should figure out what class should
be responsible for checking the first few bytes (magic number) of a file to
figure out what file format it is (Tika style).

We could continue adding known magic numbers to o.a.p.poifs.HeaderBlock, but we
may want to reuse that code elsewhere, such as
WorkbookFactory/DocumentFactory/SlideshowFactory, the Extractor classes for
Tika, etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org