Class CompositeExternalParser

All Implemented Interfaces:
Serializable, Parser

@Deprecated(since="2026-04-30") public class CompositeExternalParser extends CompositeParser
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
A Composite Parser that wraps up all the available External Parsers, and provides an easy way to access them. Parser that uses an external program (like catdoc or pdf2txt) to extract text content and metadata from a given document.
See Also: