Class ParserPostProcessor

All Implemented Interfaces:
Serializable, Parser

@Deprecated(since="2026-04-30") public class ParserPostProcessor extends ParserDecorator
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Parser decorator that post-processes the results from a decorated parser. The post-processing takes care of filling in the "fulltext", "summary", and "outlinks" metadata entries based on the full text content returned by the decorated parser.
See Also:
  • Constructor Details

    • ParserPostProcessor

      public ParserPostProcessor(Parser parser)
      Deprecated.
      Creates a post-processing decorator for the given parser.
      Parameters:
      parser - the parser to be decorated
  • Method Details