| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.objects | |
| org.verapdf.features.pb | |
| org.verapdf.features.tools | |
| org.verapdf.model | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| org.verapdf.report |
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
FeaturesReporter.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
FeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
ActionFeaturesObject.reportFeatures(FeatureExtractionResult collection) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureExtractionResult |
PBFeatureParser.getFeaturesCollection(PDDocument document,
FeatureExtractorConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
static FeatureExtractionResult |
PBFeatureParser.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 |
|---|---|
static String |
ErrorsHelper.addErrorIntoCollection(FeatureExtractionResult collection,
FeatureTreeNode element,
String errorMessageArg)
Adds an error to a
FeaturesCollection |
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
ModelParser.getFeatures(FeatureExtractorConfig config) |
FeatureExtractionResult |
ModelParser.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 |
|---|---|
static FeaturesReport |
FeaturesReport.fromValues(FeatureExtractionResult collection) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.