Uses of Class
org.verapdf.features.FeatureExtractionResult
Packages that use FeatureExtractionResult
Package
Description
Interfaces for PDF/A validation and Metadata repair.
-
Uses of FeatureExtractionResult in org.verapdf.features
Methods in org.verapdf.features that return FeatureExtractionResult -
Uses of FeatureExtractionResult in org.verapdf.features.gf
Methods in org.verapdf.features.gf that return FeatureExtractionResultModifier and TypeMethodDescriptionstatic FeatureExtractionResultGFFeatureParser.getFeaturesCollection(PDDocument document, List<AbstractFeaturesExtractor> extractors, FeatureExtractorConfig config) Parses the document and returns Feature collection by using given Features Reporterstatic FeatureExtractionResultGFFeatureParser.getFeaturesCollection(PDDocument document, FeatureExtractorConfig config) Parses the document and returns Feature collection by using given Features Reporter -
Uses of FeatureExtractionResult in org.verapdf.features.objects
Methods in org.verapdf.features.objects with parameters of type FeatureExtractionResultModifier and TypeMethodDescriptionActionFeaturesObject.reportFeatures(FeatureExtractionResult collection) FeaturesObject.reportFeatures(FeatureExtractionResult collection) Reports all features from the object into the collection -
Uses of FeatureExtractionResult in org.verapdf.features.tools
Methods in org.verapdf.features.tools with parameters of type FeatureExtractionResultModifier and TypeMethodDescriptionstatic StringErrorsHelper.addErrorIntoCollection(FeatureExtractionResult collection, FeatureTreeNode element, String errorMessageArg) Adds an error to aFeaturesCollection -
Uses of FeatureExtractionResult in org.verapdf.gf.model
Methods in org.verapdf.gf.model that return FeatureExtractionResultModifier and TypeMethodDescriptionGFModelParser.getFeatures(FeatureExtractorConfig config) GFModelParser.getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of FeatureExtractionResult in org.verapdf.pdfa
Methods in org.verapdf.pdfa that return FeatureExtractionResultModifier and TypeMethodDescriptionPDFAParser.getFeatures(FeatureExtractorConfig config) PDFAParser.getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of FeatureExtractionResult in org.verapdf.report
Methods in org.verapdf.report with parameters of type FeatureExtractionResultModifier and TypeMethodDescriptionstatic FeaturesReportFeaturesReport.fromValues(FeatureExtractionResult collection)