Class AmetysPdfParser
- java.lang.Object
-
- org.apache.tika.parser.AbstractParser
-
- org.apache.tika.parser.pdf.PDFParser
-
- org.ametys.plugins.explorer.resources.metadata.parsing.AmetysPdfParser
-
- All Implemented Interfaces:
Serializable
,Initializable
,Parser
public class AmetysPdfParser extends PDFParser
PDFParser
using the customAmetysJempboxExtractor
to extract all dublin core metadata.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmetysPdfParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
parse(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context)
-
Methods inherited from class org.apache.tika.parser.pdf.PDFParser
checkInitialization, getEnableAutoSpace, getExtractAnnotationText, getPDDocument, getPDDocument, getPDFParserConfig, getSortByPosition, getSupportedTypes, getSuppressDuplicateOverlappingText, initialize, setDropThreshold, setEnableAutoSpace, setExtractAnnotationText, setInitializableProblemHandler, setMaxMainMemoryBytes, setOcrImageType, setOcrStrategy, setPDFParserConfig, setSortByPosition, setSuppressDuplicateOverlappingText
-
Methods inherited from class org.apache.tika.parser.AbstractParser
parse
-
-
-
-
Constructor Detail
-
AmetysPdfParser
public AmetysPdfParser()
-
-
Method Detail
-
parse
public void parse(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) throws IOException, SAXException, TikaException
- Specified by:
parse
in interfaceParser
- Overrides:
parse
in classPDFParser
- Throws:
IOException
SAXException
TikaException
-
-