Package org.apache.tika.parser.vlm


package org.apache.tika.parser.vlm
  • Class
    Description
    Abstract base class for parsers that delegate to a remote Vision-Language Model (VLM) endpoint for OCR and document understanding.
    Encapsulates a fully built HTTP request for a VLM API call.
    VLM parser for the Anthropic Claude Messages API.
    VLM parser for the Google Gemini generateContent API.
    VLM 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.).
    Configuration for VLMOCRParser.
    Runtime-only config that prevents modification of security-sensitive and cost-sensitive fields at parse time.