Uses of Interface
org.apache.tika.config.Initializable
-
-
Uses of Initializable in org.apache.tika.dl.imagerec
Classes in org.apache.tika.dl.imagerec that implement Initializable Modifier and Type Class Description class
DL4JInceptionV3Net
DL4JInceptionV3Net
is an implementation ofObjectRecogniser
.class
DL4JVGG16Net
-
Uses of Initializable in org.apache.tika.metadata.filter
Classes in org.apache.tika.metadata.filter that implement Initializable Modifier and Type Class Description class
CaptureGroupMetadataFilter
This filter runs a regex against the first value in the "sourceField". -
Uses of Initializable in org.apache.tika.parser
Classes in org.apache.tika.parser that implement Initializable Modifier and Type Class Description class
RegexCaptureParser
-
Uses of Initializable in org.apache.tika.parser.captioning.tf
Classes in org.apache.tika.parser.captioning.tf that implement Initializable Modifier and Type Class Description class
TensorflowRESTCaptioner
Tensorflow image captioner. -
Uses of Initializable in org.apache.tika.parser.external2
Classes in org.apache.tika.parser.external2 that implement Initializable Modifier and Type Class Description class
ExternalParser
This is a next generation external parser that uses some of the more recent additions to Tika. -
Uses of Initializable in org.apache.tika.parser.ocr
Classes in org.apache.tika.parser.ocr that implement Initializable Modifier and Type Class Description class
TesseractOCRParser
TesseractOCRParser powered by tesseract-ocr engine. -
Uses of Initializable in org.apache.tika.parser.pdf
Classes in org.apache.tika.parser.pdf that implement Initializable Modifier and Type Class Description class
PDFParser
PDF parser. -
Uses of Initializable in org.apache.tika.parser.recognition
Subinterfaces of Initializable in org.apache.tika.parser.recognition Modifier and Type Interface Description interface
ObjectRecogniser
This is a contract for object recognisers used byObjectRecognitionParser
Classes in org.apache.tika.parser.recognition that implement Initializable Modifier and Type Class Description class
AgeRecogniser
Parser for extracting features from text.class
ObjectRecognitionParser
This parser recognises objects from Images. -
Uses of Initializable in org.apache.tika.parser.recognition.tf
Classes in org.apache.tika.parser.recognition.tf that implement Initializable Modifier and Type Class Description class
TensorflowImageRecParser
This is an implementation ofObjectRecogniser
powered by Tensorflow convolutional neural network (CNN).class
TensorflowRESTRecogniser
Tensor Flow image recogniser which has high performance.class
TensorflowRESTVideoRecogniser
Tensor Flow video recogniser which has high performance. -
Uses of Initializable in org.apache.tika.parser.sentiment
Classes in org.apache.tika.parser.sentiment that implement Initializable Modifier and Type Class Description class
SentimentAnalysisParser
This parser classifies documents based on the sentiment of document. -
Uses of Initializable in org.apache.tika.parser.sqlite3
Classes in org.apache.tika.parser.sqlite3 that implement Initializable Modifier and Type Class Description class
SQLite3Parser
This is the main class for parsing SQLite3 files. -
Uses of Initializable in org.apache.tika.parser.strings
Classes in org.apache.tika.parser.strings that implement Initializable Modifier and Type Class Description class
StringsParser
Parser that uses the "strings" (or strings-alternative) command to find the printable strings in a object, or other binary, file (application/octet-stream). -
Uses of Initializable in org.apache.tika.parser.transcribe.aws
Classes in org.apache.tika.parser.transcribe.aws that implement Initializable Modifier and Type Class Description class
AmazonTranscribe
Amazon Transcribe implementation. -
Uses of Initializable in org.apache.tika.pipes
Classes in org.apache.tika.pipes that implement Initializable Modifier and Type Class Description class
CompositePipesReporter
class
PipesReporterBase
Base class that includes filtering byPipesResult.STATUS
-
Uses of Initializable in org.apache.tika.pipes.emitter.azblob
Classes in org.apache.tika.pipes.emitter.azblob that implement Initializable Modifier and Type Class Description class
AZBlobEmitter
Emit files to Azure blob storage. -
Uses of Initializable in org.apache.tika.pipes.emitter.gcs
Classes in org.apache.tika.pipes.emitter.gcs that implement Initializable Modifier and Type Class Description class
GCSEmitter
-
Uses of Initializable in org.apache.tika.pipes.emitter.jdbc
Classes in org.apache.tika.pipes.emitter.jdbc that implement Initializable Modifier and Type Class Description class
JDBCEmitter
This is only an initial, basic implementation of an emitter for JDBC. -
Uses of Initializable in org.apache.tika.pipes.emitter.kafka
Classes in org.apache.tika.pipes.emitter.kafka that implement Initializable Modifier and Type Class Description class
KafkaEmitter
Emits the now-parsed documents into a specified Apache Kafka topic. -
Uses of Initializable in org.apache.tika.pipes.emitter.opensearch
Classes in org.apache.tika.pipes.emitter.opensearch that implement Initializable Modifier and Type Class Description class
OpenSearchEmitter
-
Uses of Initializable in org.apache.tika.pipes.emitter.s3
Classes in org.apache.tika.pipes.emitter.s3 that implement Initializable Modifier and Type Class Description class
S3Emitter
Emits to existing s3 bucket -
Uses of Initializable in org.apache.tika.pipes.emitter.solr
Classes in org.apache.tika.pipes.emitter.solr that implement Initializable Modifier and Type Class Description class
SolrEmitter
-
Uses of Initializable in org.apache.tika.pipes.fetcher.azblob
Classes in org.apache.tika.pipes.fetcher.azblob that implement Initializable Modifier and Type Class Description class
AZBlobFetcher
Fetches files from Azure blob storage. -
Uses of Initializable in org.apache.tika.pipes.fetcher.fs
Classes in org.apache.tika.pipes.fetcher.fs that implement Initializable Modifier and Type Class Description class
FileSystemFetcher
-
Uses of Initializable in org.apache.tika.pipes.fetcher.gcs
Classes in org.apache.tika.pipes.fetcher.gcs that implement Initializable Modifier and Type Class Description class
GCSFetcher
Fetches files from google cloud storage. -
Uses of Initializable in org.apache.tika.pipes.fetcher.http
Classes in org.apache.tika.pipes.fetcher.http that implement Initializable Modifier and Type Class Description class
HttpFetcher
Based on Apache httpclient -
Uses of Initializable in org.apache.tika.pipes.fetcher.s3
Classes in org.apache.tika.pipes.fetcher.s3 that implement Initializable Modifier and Type Class Description class
S3Fetcher
Fetches files from s3. -
Uses of Initializable in org.apache.tika.pipes.pipesiterator
Classes in org.apache.tika.pipes.pipesiterator that implement Initializable Modifier and Type Class Description class
PipesIterator
Abstract class that handles the testing for timeouts/thread safety issues. -
Uses of Initializable in org.apache.tika.pipes.pipesiterator.azblob
Classes in org.apache.tika.pipes.pipesiterator.azblob that implement Initializable Modifier and Type Class Description class
AZBlobPipesIterator
-
Uses of Initializable in org.apache.tika.pipes.pipesiterator.csv
Classes in org.apache.tika.pipes.pipesiterator.csv that implement Initializable Modifier and Type Class Description class
CSVPipesIterator
Iterates through a UTF-8 CSV file. -
Uses of Initializable in org.apache.tika.pipes.pipesiterator.filelist
Classes in org.apache.tika.pipes.pipesiterator.filelist that implement Initializable Modifier and Type Class Description class
FileListPipesIterator
Reads a list of file names/relative paths from a UTF-8 file. -
Uses of Initializable in org.apache.tika.pipes.pipesiterator.fs
Classes in org.apache.tika.pipes.pipesiterator.fs that implement Initializable Modifier and Type Class Description class
FileSystemPipesIterator
-
Uses of Initializable in org.apache.tika.pipes.pipesiterator.gcs
Classes in org.apache.tika.pipes.pipesiterator.gcs that implement Initializable Modifier and Type Class Description class
GCSPipesIterator
-
Uses of Initializable in org.apache.tika.pipes.pipesiterator.jdbc
Classes in org.apache.tika.pipes.pipesiterator.jdbc that implement Initializable Modifier and Type Class Description class
JDBCPipesIterator
Iterates through a the results from a sql call via jdbc. -
Uses of Initializable in org.apache.tika.pipes.pipesiterator.kafka
Classes in org.apache.tika.pipes.pipesiterator.kafka that implement Initializable Modifier and Type Class Description class
KafkaPipesIterator
-
Uses of Initializable in org.apache.tika.pipes.pipesiterator.s3
Classes in org.apache.tika.pipes.pipesiterator.s3 that implement Initializable Modifier and Type Class Description class
S3PipesIterator
-
Uses of Initializable in org.apache.tika.pipes.pipesiterator.solr
Classes in org.apache.tika.pipes.pipesiterator.solr that implement Initializable Modifier and Type Class Description class
SolrPipesIterator
Iterates through results from a Solr query. -
Uses of Initializable in org.apache.tika.pipes.reporters.fs
Classes in org.apache.tika.pipes.reporters.fs that implement Initializable Modifier and Type Class Description class
FileSystemStatusReporter
This is intended to write summary statistics to disk periodically. -
Uses of Initializable in org.apache.tika.pipes.reporters.jdbc
Classes in org.apache.tika.pipes.reporters.jdbc that implement Initializable Modifier and Type Class Description class
JDBCPipesReporter
This is an initial draft of a JDBCPipesReporter. -
Uses of Initializable in org.apache.tika.pipes.reporters.opensearch
Classes in org.apache.tika.pipes.reporters.opensearch that implement Initializable Modifier and Type Class Description class
OpenSearchPipesReporter
As of the 2.5.0 release, this is ALPHA version. -
Uses of Initializable in org.apache.tika.renderer
Classes in org.apache.tika.renderer that implement Initializable Modifier and Type Class Description class
CompositeRenderer
-
Uses of Initializable in org.apache.tika.renderer.pdf.pdfbox
Classes in org.apache.tika.renderer.pdf.pdfbox that implement Initializable Modifier and Type Class Description class
PDFBoxRenderer
-
Uses of Initializable in org.apache.tika.server.client
Classes in org.apache.tika.server.client that implement Initializable Modifier and Type Class Description class
TikaServerClientConfig
-
Uses of Initializable in org.apache.tika.server.core
Classes in org.apache.tika.server.core that implement Initializable Modifier and Type Class Description class
TlsConfig
-