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()
PDFDocument getPDFDocument()
PDFDocument parsed.FeatureExtractionResult getFeatures(FeatureExtractorConfig config)
FeatureExtractionResult getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors)
extractors - extractors for features reportingCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.