Uses of Class
org.verapdf.features.AbstractFeaturesExtractor
-
Packages that use AbstractFeaturesExtractor 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 AbstractFeaturesExtractor in org.verapdf.features
Subclasses of AbstractFeaturesExtractor in org.verapdf.features Modifier and Type Class Description classAbstractEmbeddedFileFeaturesExtractorBase class for extending to extract features from embedded filesclassAbstractFontFeaturesExtractorBase class for extending to extract features from fontsclassAbstractICCProfileFeaturesExtractorBase class for extending to extract features from ICCProfilesclassAbstractImageFeaturesExtractorBase class for extending to extract features from imagesclassAbstractMetadataFeaturesExtractorclassAbstractSignatureFeaturesExtractorConstructor parameters in org.verapdf.features with type arguments of type AbstractFeaturesExtractor Constructor Description FeaturesReporter(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 AbstractFeaturesExtractor 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 Reporter -
Uses of AbstractFeaturesExtractor in org.verapdf.gf.model
Method parameters in org.verapdf.gf.model with type arguments of type AbstractFeaturesExtractor Modifier and Type Method Description FeatureExtractionResultGFModelParser. getFeatures(FeatureExtractorConfig config, List<AbstractFeaturesExtractor> extractors) -
Uses of AbstractFeaturesExtractor in org.verapdf.pdfa
Method parameters in org.verapdf.pdfa with type arguments of type AbstractFeaturesExtractor Modifier and Type Method Description FeatureExtractionResultPDFAParser. 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 AbstractFeaturesExtractor Modifier and Type Method Description static List<AbstractFeaturesExtractor>FeaturesPluginsLoader. loadExtractors(InputStream pluginsConfigStream)static List<AbstractFeaturesExtractor>FeaturesPluginsLoader. loadExtractors(Path pluginsConfigPath)Configurates features reporterstatic List<AbstractFeaturesExtractor>FeaturesPluginsLoader. loadExtractors(PluginsCollectionConfig pluginsCollectionConfig)
-