Uses of Interface
org.apache.tika.config.Initializable
Packages that use Initializable
Package
Description
-
Uses of Initializable in org.apache.tika.inference
Classes in org.apache.tika.inference that implement InitializableModifier and TypeClassDescriptionclassParser that sends images to a CLIP-like embedding endpoint (OpenAI-compatible/v1/embeddingswith image input) and stores the resulting vector in metadata. -
Uses of Initializable in org.apache.tika.metadata.filter
Classes in org.apache.tika.metadata.filter that implement InitializableModifier and TypeClassDescriptionclassThis filter runs a regex against the first value in the "sourceField". -
Uses of Initializable in org.apache.tika.parser.dwg
Classes in org.apache.tika.parser.dwg that implement InitializableModifier and TypeClassDescriptionclassstatic classRuntimeConfig blocks modification of security-sensitive path fields at runtime. -
Uses of Initializable in org.apache.tika.parser.microsoft.libpst
Classes in org.apache.tika.parser.microsoft.libpst that implement InitializableModifier and TypeClassDescriptionclassThis is an optional PST parser that relies on the user installing the GPL-3 libpst/readpst commandline tool and configuring Tika to call this library via tika-config.xml -
Uses of Initializable in org.apache.tika.parser.ocr
Classes in org.apache.tika.parser.ocr that implement InitializableModifier and TypeClassDescriptionclassTesseractOCRParser powered by tesseract-ocr engine. -
Uses of Initializable in org.apache.tika.parser.ocr.tess4j
Classes in org.apache.tika.parser.ocr.tess4j that implement InitializableModifier and TypeClassDescriptionclassOCR parser using Tess4J, which provides a Java JNA wrapper around the native Tesseract library. -
Uses of Initializable in org.apache.tika.parser.ocrencode
Classes in org.apache.tika.parser.ocrencode that implement InitializableModifier and TypeClassDescriptionclassParser that base64-encodes image content instead of performing OCR text extraction. -
Uses of Initializable in org.apache.tika.parser.strings
Classes in org.apache.tika.parser.strings that implement InitializableModifier and TypeClassDescriptionclassParser that uses the "strings" (or strings-alternative) command to find the printable strings in a object, or other binary, file (application/octet-tis). -
Uses of Initializable in org.apache.tika.parser.transcribe.aws
Classes in org.apache.tika.parser.transcribe.aws that implement Initializable -
Uses of Initializable in org.apache.tika.parser.vlm
Classes in org.apache.tika.parser.vlm that implement InitializableModifier and TypeClassDescriptionclassAbstract base class for parsers that delegate to a remote Vision-Language Model (VLM) endpoint for OCR and document understanding.classVLM parser for the Anthropic Claude Messages API.classVLM parser for the Google GeminigenerateContentAPI.classVLM parser for OpenAI-compatible chat completions endpoints (OpenAI, Azure OpenAI, OpenRouter, vLLM, Ollama, LiteLLM, Together AI, Groq, Fireworks, Mistral, NVIDIA NIM, Jina, local FastAPI wrappers, etc.).