| Class and Description |
|---|
| org.apache.tika.parser.xml.MetadataHandler
Use the
AttributeMetadataHandler and
ElementMetadataHandler classes instead |
| org.apache.tika.parser.opendocument.OpenOfficeParser
Use the
OpenDocumentParser class instead.
This class will be removed in Apache Tika 1.0. |
| org.apache.tika.parser.pdf.PDFPreflightParser
This will be removed in 2.x. The PDFBox community voted
to retire the preflight parser in PDFBox 4.x.
|
| Field and Description |
|---|
| org.apache.tika.parser.pdf.PDFParser.PASSWORD
Supply a
PasswordProvider on the ParseContext instead |
| Constructor and Description |
|---|
| org.apache.tika.parser.mp3.AudioFrame(InputStream, ContentHandler)
Use the constructor which is passed all values directly.
|
| org.apache.tika.parser.mp3.AudioFrame(int, int, int, int, InputStream)
Use the constructor which is passed all values directly.
|
| org.apache.tika.parser.utils.CommonsDigester(int, CommonsDigester.DigestAlgorithm...) |
| org.apache.tika.parser.microsoft.ooxml.XSLFPowerPointExtractorDecorator(ParseContext, XSLFPowerPointExtractor) |
| org.apache.tika.parser.microsoft.ooxml.XWPFWordExtractorDecorator(ParseContext, XWPFWordExtractor) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.