Package org.apache.tika.parser.multiple
package org.apache.tika.parser.multiple
-
ClassDescriptionAbstract base class for parser wrappers which may / will process a given stream multiple times, merging the results of the various parsers used.The various strategies for handling metadata emitted by multiple parsers.Tries multiple parsers in turn, until one succeeds.Runs the input stream through all available parsers, merging the metadata from them based on the
AbstractMultipleParser.MetadataPolicy
chosen.