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
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, getParser, getParser, getParsers, getParsers, getSupportedTypes, parse, setFallback, setMediaTypeRegistry, setParsers
Methods inherited from class org.apache.tika.parser.AbstractParser
parse
-
Constructor Details
-
CompositeExternalParser
- Throws:
IOException
TikaException
-
CompositeExternalParser
- Throws:
IOException
TikaException
-