Uses of Class
org.apache.tika.parser.vlm.VLMOCRConfig
Packages that use VLMOCRConfig
-
Uses of VLMOCRConfig in org.apache.tika.parser.vlm
Subclasses of VLMOCRConfig in org.apache.tika.parser.vlmModifier and TypeClassDescriptionstatic classRuntime-only config that prevents modification of security-sensitive and cost-sensitive fields at parse time.Methods in org.apache.tika.parser.vlm that return VLMOCRConfigModifier and TypeMethodDescriptionprotected VLMOCRConfigAbstractVLMParser.getConfig(ParseContext parseContext) protected VLMOCRConfigAbstractVLMParser.getDefaultConfig()Methods in org.apache.tika.parser.vlm with parameters of type VLMOCRConfigModifier and TypeMethodDescriptionprotected abstract AbstractVLMParser.HttpCallAbstractVLMParser.buildHttpCall(VLMOCRConfig config, String base64Data, String mimeType) Build a fully formedAbstractVLMParser.HttpCallfor the target API.protected AbstractVLMParser.HttpCallClaudeVLMParser.buildHttpCall(VLMOCRConfig config, String base64Data, String mimeType) protected AbstractVLMParser.HttpCallGeminiVLMParser.buildHttpCall(VLMOCRConfig config, String base64Data, String mimeType) protected AbstractVLMParser.HttpCallOpenAIVLMParser.buildHttpCall(VLMOCRConfig config, String base64Data, String mimeType) protected abstract StringAbstractVLMParser.getHealthCheckUrl(VLMOCRConfig config) protected StringClaudeVLMParser.getHealthCheckUrl(VLMOCRConfig config) protected StringGeminiVLMParser.getHealthCheckUrl(VLMOCRConfig config) protected StringOpenAIVLMParser.getHealthCheckUrl(VLMOCRConfig config) Constructors in org.apache.tika.parser.vlm with parameters of type VLMOCRConfigModifierConstructorDescriptionprotectedAbstractVLMParser(VLMOCRConfig config) ClaudeVLMParser(VLMOCRConfig config) GeminiVLMParser(VLMOCRConfig config) OpenAIVLMParser(VLMOCRConfig config) RuntimeConfig(VLMOCRConfig initConfig) Creates a RuntimeConfig that inherits the init-timeallowRuntimePromptsetting and themaxTokensceiling from the given parent config.