public interface PDFAParser extends Component
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
getFeatures(FeatureExtractorConfig config) |
FeatureExtractionResult |
getFeatures(FeatureExtractorConfig config,
List<AbstractFeaturesExtractor> extractors) |
PDFAFlavour |
getFlavour() |
PDFDocument |
getPDFDocument() |
Object |
getRoot() |
getDetailsObject getRoot() throws ModelParsingException
CosDocument element that is the root object of the
validation model instance.ModelParsingException - when there's a problem establishing the model root.PDFAFlavour getFlavour()
PDFAFlavour for the model that has been parsedPDFDocument getPDFDocument()
PDFDocument parsed.FeatureExtractionResult getFeatures(FeatureExtractorConfig config)
config - a FeatureExtractorConfig that denotes the features to
be extracted.FeatureExtractionResultFeatureExtractionResult getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors)
config - a FeatureExtractorConfig that denotes the features to
be extracted.extractors - extractors for features reportingFeatureExtractionResultCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.