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

--- Comment #5 from [email protected] ---
FYI:

            org.apache.poi.hwpf.extractor.WordExtractor extractor1 = new
org.apache.poi.hwpf.extractor.WordExtractor(getInputStream(contents));
            return extractor1.getText();

            XWPFDocument doc = new XWPFDocument(getInputStream(contents));
            XWPFWordExtractor extractor = new XWPFWordExtractor(doc);
            return  extractor.getText();

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to