Package org.apache.tika.parser.external
Class CompositeExternalParser
java.lang.Object
org.apache.tika.parser.AbstractParser
org.apache.tika.parser.CompositeParser
org.apache.tika.parser.external.CompositeExternalParser
- All Implemented Interfaces:
Serializable,Parser
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tika.parser.CompositeParser
findDuplicateParsers, getAllComponentParsers, getFallback, getMediaTypeRegistry, getParsers, getParsers, getSupportedTypes, parse, setFallback, setMediaTypeRegistry, setParsersMethods inherited from class org.apache.tika.parser.AbstractParser
parse
-
Constructor Details
-
CompositeExternalParser
Deprecated.- Throws:
IOExceptionTikaException
-
CompositeExternalParser
Deprecated.- Throws:
IOExceptionTikaException
-