Class SXWPFWordExtractorDecorator

java.lang.Object
org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
org.apache.tika.parser.microsoft.ooxml.SXWPFWordExtractorDecorator
All Implemented Interfaces:
OOXMLExtractor

@Deprecated(since="2026-04-30") public class SXWPFWordExtractorDecorator extends AbstractOOXMLExtractor
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
This is an experimental, alternative extractor for docx files. This streams the main document content rather than loading the full document into memory.

This will be better for some use cases than the classic docx extractor; and, it will be worse for others.

Since:
1.15