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:
Serializable,Initializable,Parser
Deprecated.
This will be removed in 2.x. The PDFBox community voted
to retire the preflight parser in PDFBox 4.x.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
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, setSuppressDuplicateOverlappingTextMethods inherited from class org.apache.tika.parser.AbstractParser
parse
-
Constructor Details
-
PDFPreflightParser
public PDFPreflightParser()Deprecated.
-