| Package | Description | 
|---|---|
| org.apache.tika | Apache Tika. | 
| org.apache.tika.config | Tika configuration tools. | 
| org.apache.tika.detect | Media type detection. | 
| org.apache.tika.detect.apple | |
| org.apache.tika.detect.microsoft | |
| org.apache.tika.detect.ole | |
| org.apache.tika.detect.zip | |
| org.apache.tika.example | |
| org.apache.tika.extractor | Extraction of component documents. | 
| org.apache.tika.mime | Media type information. | 
| org.apache.tika.parser | Tika parsers. | 
| Modifier and Type | Method and Description | 
|---|---|
| Detector | Tika. getDetector()Returns the detector instance used by this facade. | 
| Constructor and Description | 
|---|
| Tika(Detector detector)Creates a Tika facade using the given detector instance, the
 default parser configuration, and the default Translator. | 
| Tika(Detector detector,
    Parser parser)Creates a Tika facade using the given detector and parser instances, but the default
 Translator. | 
| Tika(Detector detector,
    Parser parser,
    Translator translator)Creates a Tika facade using the given detector, parser, and translator instances. | 
| Modifier and Type | Method and Description | 
|---|---|
| Detector | TikaConfig. getDetector()Returns the configured detector instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeDetectorContent type detector that combines multiple different detection mechanisms. | 
| class  | DefaultDetectorA composite detector based on all the  Detectorimplementations
 available through theservice provider mechanism. | 
| class  | DefaultProbDetectorA version of  DefaultDetectorfor probabilistic mime
 detectors, which use statistical techniques to blend the
 results of differing underlying detectors when attempting
 to detect the type of a given file. | 
| class  | EmptyDetectorDummy detector that returns application/octet-stream for all documents. | 
| class  | FileCommandDetectorThis runs the linux 'file' command against a file. | 
| class  | MagicDetectorContent type detection based on magic bytes, i.e. | 
| class  | NameDetectorContent type detection based on the resource name. | 
| class  | NNExampleModelDetector | 
| class  | OverrideDetectorUse this to force a content type detection via the
  TikaCoreProperties.CONTENT_TYPE_USER_OVERRIDEkey in the metadata object. | 
| class  | TextDetectorContent type detection of plain text documents. | 
| class  | TrainedModelDetector | 
| class  | TypeDetectorContent type detection based on a content type hint. | 
| class  | ZeroSizeFileDetectorDetector to identify zero length files as application/x-zerovalue | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Detector> | DefaultProbDetector. getDetectors() | 
| List<Detector> | DefaultDetector. getDetectors() | 
| List<Detector> | CompositeDetector. getDetectors()Returns the component detectors. | 
| Constructor and Description | 
|---|
| CompositeDetector(Detector... detectors) | 
| Constructor and Description | 
|---|
| CompositeDetector(List<Detector> detectors) | 
| CompositeDetector(MediaTypeRegistry registry,
                 List<Detector> detectors) | 
| CompositeDetector(MediaTypeRegistry registry,
                 List<Detector> detectors,
                 Collection<Class<? extends Detector>> excludeDetectors) | 
| CompositeDetector(MediaTypeRegistry registry,
                 List<Detector> detectors,
                 Collection<Class<? extends Detector>> excludeDetectors) | 
| DefaultDetector(MimeTypes types,
               ServiceLoader loader,
               Collection<Class<? extends Detector>> excludeDetectors) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BPListDetectorDetector for BPList with utility functions for PList. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | POIFSContainerDetectorA detector that works on a POIFS OLE2 document
 to figure out exactly what the file is. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MiscOLEDetectorA detector that works on a POIFS OLE2 document
 to figure out exactly what the file is. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultZipContainerDetector | 
| class  | DeprecatedStreamingZipContainerDetector | 
| class  | StreamingZipContainerDetectorCurrently only used in tests. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EncryptedPrescriptionDetector | 
| Constructor and Description | 
|---|
| ImportContextImpl(javax.jcr.Item importRoot,
                 String systemId,
                 org.apache.jackrabbit.webdav.io.InputContext ctx,
                 InputStream stream,
                 org.apache.jackrabbit.server.io.IOListener ioListener,
                 Detector detector)Creates a new item import context. | 
| Modifier and Type | Method and Description | 
|---|---|
| Detector | EmbeddedDocumentUtil. getDetector() | 
| Constructor and Description | 
|---|
| ParserContainerExtractor(Parser parser,
                        Detector detector) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MimeTypesThis class is a MimeType repository. | 
| class  | ProbabilisticMimeDetectionSelectorSelector for combining different mime detection results
 based on probability | 
| Modifier and Type | Method and Description | 
|---|---|
| Detector | AutoDetectParser. getDetector()Returns the type detector used by this parser to auto-detect the type
 of a document. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AutoDetectParser. setDetector(Detector detector)Sets the type detector used by this parser to auto-detect the type
 of a document. | 
| Constructor and Description | 
|---|
| AutoDetectParser(Detector detector) | 
| AutoDetectParser(Detector detector,
                Parser... parsers) | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.