Uses of Interface
org.verapdf.features.FeatureExtractorConfig
-
Packages that use FeatureExtractorConfig 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 -
-
Uses of FeatureExtractorConfig in org.verapdf.features
Methods in org.verapdf.features that return FeatureExtractorConfig Modifier and Type Method Description static FeatureExtractorConfigFeatureFactory. configFromValues(EnumSet<FeatureObjectType> enabledFeatures)static FeatureExtractorConfigFeatureFactory. configFromXml(InputStream source)Converts XML file to PluginsCollectionConfig,static FeatureExtractorConfigFeatureFactory. defaultConfig()Methods in org.verapdf.features with parameters of type FeatureExtractorConfig Modifier and Type Method Description static voidFeatureFactory. configToXml(FeatureExtractorConfig config, OutputStream dest)Constructors in org.verapdf.features with parameters of type FeatureExtractorConfig Constructor Description FeaturesReporter(FeatureExtractorConfig config)FeaturesReporter(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors)Creates new FeaturesReporter -
Uses of FeatureExtractorConfig in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type FeatureExtractorConfig Modifier and Type Method Description static 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 FeatureExtractorConfig in org.verapdf.gf.model
Methods in org.verapdf.gf.model with parameters of type FeatureExtractorConfig Modifier and Type Method Description FeatureExtractionResultGFModelParser. getFeatures(FeatureExtractorConfig config)FeatureExtractionResultGFModelParser. getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of FeatureExtractorConfig in org.verapdf.pdfa
Methods in org.verapdf.pdfa with parameters of type FeatureExtractorConfig Modifier and Type Method Description FeatureExtractionResultPDFAParser. getFeatures(FeatureExtractorConfig config)FeatureExtractionResultPDFAParser. getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of FeatureExtractorConfig in org.verapdf.processor
Methods in org.verapdf.processor that return FeatureExtractorConfig Modifier and Type Method Description FeatureExtractorConfigProcessorConfig. getFeatureConfig()
-