Package | Description |
---|---|
org.apache.tika |
Apache Tika.
|
org.apache.tika.config |
Tika configuration tools.
|
org.apache.tika.detect |
Media type detection.
|
org.apache.tika.extractor |
Extraction of component documents.
|
org.apache.tika.mime |
Media type information.
|
org.apache.tika.parser |
Tika parsers.
|
org.apache.tika.parser.microsoft | |
org.apache.tika.parser.pkg |
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 |
CompositeDetector
Content type detector that combines multiple different detection mechanisms.
|
class |
DefaultDetector
A composite detector based on all the
Detector implementations
available through the service provider mechanism . |
class |
EmptyDetector
Dummy detector that returns application/octet-stream for all documents.
|
class |
MagicDetector
Content type detection based on magic bytes, i.e.
|
class |
NameDetector
Content type detection based on the resource name.
|
class |
TextDetector
Content type detection of plain text documents.
|
class |
TypeDetector
Content type detection based on a content type hint.
|
Modifier and Type | Method and Description |
---|---|
List<Detector> |
CompositeDetector.getDetectors()
Returns the component detectors.
|
List<Detector> |
DefaultDetector.getDetectors() |
Constructor and Description |
---|
CompositeDetector(Detector... detectors) |
Constructor and Description |
---|
CompositeDetector(List<Detector> detectors) |
CompositeDetector(MediaTypeRegistry registry,
List<Detector> detectors) |
Constructor and Description |
---|
ParserContainerExtractor(Parser parser,
Detector detector) |
Modifier and Type | Class and Description |
---|---|
class |
MimeTypes
This class is a MimeType repository.
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
POIFSContainerDetector
A detector that works on a POIFS OLE2 document
to figure out exactly what the file is.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipContainerDetector
A detector that works on Zip documents and other archive and compression
formats to figure out exactly what the file is.
|
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.