All,
  Over on Tika [1], I'm getting an exception that oleobjectelement.xsb
can't be found.  When I look in the ooxml-lite.jar, I see there's an
oleobjelement.xsb, but no oleobjectelement.xsb.
  I tried adding the triggering document (EmbeddedDocument.docx) to a
poi unit test[2] and rebuilding 5.0.1-SNAPSHOT locally, but I'm
finding the same issue.
  I do see oleobjectelemebt.xsb in ooxml-full.  Any recommendations on
how to get this into ooxml-lite?

   Thank you!

              Cheers,

                                 Tim

[1] 
https://issues.apache.org/jira/browse/TIKA-3164?focusedCommentId=17307099&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17307099
[2] try (XWPFDocument doc =
XWPFTestDataSamples.openSampleDocument("EmbeddedDocumentTika.docx")) {
    XWPFWordExtractor extractor = new XWPFWordExtractor(doc);
    String txt = extractor.getText();
}

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

Reply via email to