| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.gf | |
| org.verapdf.gf.model | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| org.verapdf.processor |
| Modifier and Type | Method and Description |
|---|---|
static FeatureExtractorConfig |
FeatureFactory.configFromValues(EnumSet<FeatureObjectType> enabledFeatures) |
static FeatureExtractorConfig |
FeatureFactory.configFromXml(InputStream source)
Converts XML file to PluginsCollectionConfig,
|
static FeatureExtractorConfig |
FeatureFactory.defaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FeatureFactory.configToXml(FeatureExtractorConfig config,
OutputStream dest) |
| Constructor and Description |
|---|
FeaturesReporter(FeatureExtractorConfig config) |
FeaturesReporter(FeatureExtractorConfig config,
List<AbstractFeaturesExtractor> extractors)
Creates new FeaturesReporter
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureExtractionResult |
GFFeatureParser.getFeaturesCollection(PDDocument document,
FeatureExtractorConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
static FeatureExtractionResult |
GFFeatureParser.getFeaturesCollection(PDDocument document,
List<AbstractFeaturesExtractor> extractors,
FeatureExtractorConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
GFModelParser.getFeatures(FeatureExtractorConfig config) |
FeatureExtractionResult |
GFModelParser.getFeatures(FeatureExtractorConfig config,
List<AbstractFeaturesExtractor> extractors) |
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
PDFAParser.getFeatures(FeatureExtractorConfig config) |
FeatureExtractionResult |
PDFAParser.getFeatures(FeatureExtractorConfig config,
List<AbstractFeaturesExtractor> extractors) |
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractorConfig |
ProcessorConfig.getFeatureConfig() |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.