Package org.apache.tika.parser.pdf
Class PDFPreflightParser
- java.lang.Object
 - 
- org.apache.tika.parser.AbstractParser
 - 
- org.apache.tika.parser.pdf.PDFParser
 - 
- org.apache.tika.parser.pdf.PDFPreflightParser
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,Initializable,Parser
@Deprecated public class PDFPreflightParser extends PDFParser
Deprecated.This will be removed in 2.x. The PDFBox community voted to retire the preflight parser in PDFBox 4.x.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PDFPreflightParser()Deprecated. 
- 
Method Summary
- 
Methods inherited from class org.apache.tika.parser.pdf.PDFParser
checkInitialization, getEnableAutoSpace, getExtractAnnotationText, getPDFParserConfig, getSortByPosition, getSupportedTypes, getSuppressDuplicateOverlappingText, initialize, parse, setDropThreshold, setEnableAutoSpace, setExtractAnnotationText, setInitializableProblemHandler, setMaxMainMemoryBytes, setOcrImageType, setOcrStrategy, setPDFParserConfig, setSortByPosition, setSuppressDuplicateOverlappingText 
- 
Methods inherited from class org.apache.tika.parser.AbstractParser
parse 
 - 
 
 -