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
PDFParserusing the customAmetysJempboxExtractorto 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 voidparse(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context)-
Methods inherited from class org.apache.tika.parser.pdf.PDFParser
checkInitialization, getEnableAutoSpace, getExtractAnnotationText, getPDFParserConfig, getSortByPosition, getSupportedTypes, getSuppressDuplicateOverlappingText, initialize, 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:
parsein interfaceParser- Overrides:
parsein classPDFParser- Throws:
IOExceptionSAXExceptionTikaException
-
-