Uses of Class
org.verapdf.features.AbstractFeaturesExtractor
Packages that use AbstractFeaturesExtractor
Package
Description
Interfaces for PDF/A validation and Metadata repair.
-
Uses of AbstractFeaturesExtractor in org.verapdf.features
Subclasses of AbstractFeaturesExtractor in org.verapdf.featuresModifier and TypeClassDescriptionclassBase class for extending to extract features from embedded filesclassBase class for extending to extract features from fontsclassBase class for extending to extract features from ICCProfilesclassBase class for extending to extract features from imagesclassclassConstructor parameters in org.verapdf.features with type arguments of type AbstractFeaturesExtractorModifierConstructorDescriptionFeaturesReporter(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) Creates new FeaturesReporter -
Uses of AbstractFeaturesExtractor in org.verapdf.features.gf
Method parameters in org.verapdf.features.gf with type arguments of type AbstractFeaturesExtractorModifier and TypeMethodDescriptionstatic FeatureExtractionResultGFFeatureParser.getFeaturesCollection(PDDocument document, List<AbstractFeaturesExtractor> extractors, FeatureExtractorConfig config) Parses the document and returns Feature collection by using given Features Reporter -
Uses of AbstractFeaturesExtractor in org.verapdf.gf.model
Method parameters in org.verapdf.gf.model with type arguments of type AbstractFeaturesExtractorModifier and TypeMethodDescriptionGFModelParser.getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of AbstractFeaturesExtractor in org.verapdf.pdfa
Method parameters in org.verapdf.pdfa with type arguments of type AbstractFeaturesExtractorModifier and TypeMethodDescriptionPDFAParser.getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of AbstractFeaturesExtractor in org.verapdf.processor
Methods in org.verapdf.processor that return types with arguments of type AbstractFeaturesExtractorModifier and TypeMethodDescriptionstatic List<AbstractFeaturesExtractor>FeaturesPluginsLoader.loadExtractors(InputStream pluginsConfigStream) static List<AbstractFeaturesExtractor>FeaturesPluginsLoader.loadExtractors(Path pluginsConfigPath) Configurates features reporterstatic List<AbstractFeaturesExtractor>FeaturesPluginsLoader.loadExtractors(PluginsCollectionConfig pluginsCollectionConfig)