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
public class CompositeExternalParser
- extends CompositeParser
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:
- Serialized Form
Methods inherited from class org.apache.tika.parser.CompositeParser |
findDuplicateParsers, getFallback, getMediaTypeRegistry, getParser, getParser, getParsers, getParsers, getSupportedTypes, parse, setFallback, setMediaTypeRegistry, setParsers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeExternalParser
public CompositeExternalParser()
throws IOException,
TikaException
- Throws:
IOException
TikaException
CompositeExternalParser
public CompositeExternalParser(MediaTypeRegistry registry)
throws IOException,
TikaException
- Throws:
IOException
TikaException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.