Uses of Class
org.apache.tika.parser.multiple.AbstractMultipleParser
-
Uses of AbstractMultipleParser in org.apache.tika.example
Modifier and TypeClassDescriptionclass
Deprecated.Currently not suitable for real use, more a demo / prototype! -
Uses of AbstractMultipleParser in org.apache.tika.parser.multiple
Modifier and TypeClassDescriptionclass
Tries multiple parsers in turn, until one succeeds.class
Runs the input stream through all available parsers, merging the metadata from them based on theAbstractMultipleParser.MetadataPolicy
chosen.