it for the next POI release.

The only odd thing about the upgrade was that I needed to comment out
a piece of Tika extraction code that uses the
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBookmark
class as returned from XWPFParagraph.getCTP().getBookmarkStartArray().
It looks like that class is not included in the poi-ooxml-schemas jar
even though the CTP class with the getBookmarkStartArray() method is
there.


Can you point me at the place in Tika where getBookmarkStartArray() is used?
ooxml-lite only includes classes called during execution of junits. getBookmarkStartArray is not covered by the tests and it explains why the CTBookmark class is missing.

Yegor

BR,

Jukka Zitting

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




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

Reply via email to