Uses of Class
org.apache.tika.ml.junkdetect.JunkDetector
Packages that use JunkDetector
-
Uses of JunkDetector in org.apache.tika.eval.core.metadata
Methods in org.apache.tika.eval.core.metadata that return JunkDetectorModifier and TypeMethodDescriptionstatic JunkDetectorTikaEvalMetadataFilter.getJunkDetector()SharedJunkDetector, ornullif the model failed to load. -
Uses of JunkDetector in org.apache.tika.ml.junkdetect
Methods in org.apache.tika.ml.junkdetect that return JunkDetectorModifier and TypeMethodDescriptionstatic JunkDetectorJunkDetector.load(InputStream rawIs) Loads a model from anInputStream.static JunkDetectorJunkDetector.loadFromClasspath()Loads the bundled model from the classpath.static JunkDetectorJunkDetector.loadFromPath(Path path) Loads a model from the given file path.static JunkDetectorJunkDetector.provider()ServiceLoaderprovider hook (Java 9+).