Package org.apache.tika.parser.external
Class CompositeExternalParser
java.lang.Object
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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tika.parser.CompositeParserfindDuplicateParsers, getAllComponentParsers, getFallback, getMediaTypeRegistry, getParser, getParser, getParsers, getParsers, getSupportedTypes, parse, setFallback, setMediaTypeRegistry, setParsers
- 
Constructor Details- 
CompositeExternalParser- Throws:
- IOException
- TikaException
 
- 
CompositeExternalParser- Throws:
- IOException
- TikaException
 
 
-