text
stringlengths
0
278
Default is 0.65.
--SpreadSheetProvider_strip_existing_ocr
Whether to strip existing OCR text from the
PDF. Default is False.
--SpreadSheetProvider_disable_links
Whether to disable links. Default is False.
--HTMLRenderer_extract_images BOOLEAN
Extract images from the document. Default is
True.
--HTMLRenderer_paginate_output Whether to paginate the output. Default is
False.
--JSONRenderer_extract_images BOOLEAN
Extract images from the document. Default is
True.
--MarkdownRenderer_extract_images BOOLEAN
Extract images from the document. Default is
True.
--MarkdownRenderer_paginate_output
Whether to paginate the output. Default is
False.
--MarkdownRenderer_page_separator TEXT
The separator to use between pages. Default
is '-' * 48.
--ClaudeService_timeout INTEGER
The timeout to use for the service. Default
is 30.
--ClaudeService_max_retries INTEGER
The maximum number of retries to use for the
service. Default is 2.
--ClaudeService_claude_model_name TEXT
The name of the Google model to use for the
service. Default is
claude-3-7-sonnet-20250219.
--ClaudeService_claude_api_key TEXT
The Claude API key to use for the service.
Default is None.
--ClaudeService_max_claude_tokens INTEGER
The maximum number of tokens to use for a
single Claude request. Default is 8192.
--GoogleGeminiService_timeout INTEGER
The timeout to use for the service. Default
is 30.
--GoogleGeminiService_max_retries INTEGER
The maximum number of retries to use for the
service. Default is 2.
--GoogleGeminiService_gemini_model_name TEXT
The name of the Google model to use for the
service. Default is gemini-2.0-flash.
--GoogleGeminiService_gemini_api_key TEXT
The Google API key to use for the service.
Default is None.
--OllamaService_timeout INTEGER
The timeout to use for the service. Default
is 30.
--OllamaService_max_retries INTEGER
The maximum number of retries to use for the
service. Default is 2.
--OllamaService_ollama_base_url TEXT
The base url to use for ollama. No trailing
slash. Default is http://localhost:11434.
--OllamaService_ollama_model TEXT
The model name to use for ollama. Default is
llama3.2-vision.
--OpenAIService_timeout INTEGER
The timeout to use for the service. Default
is 30.
--OpenAIService_max_retries INTEGER
The maximum number of retries to use for the
service. Default is 2.
--OpenAIService_openai_base_url TEXT
The base url to use for OpenAI-like models.
No trailing slash. Default is
ERROR: type should be string, got " https://api.openai.com/v1."
--OpenAIService_openai_model TEXT
The model name to use for OpenAI-like model.
Default is gpt-4o-mini.
--OpenAIService_openai_api_key TEXT
The API key to use for the OpenAI-like
service. Default is None.
--GoogleVertexService_timeout INTEGER
The timeout to use for the service. Default
is 30.
--GoogleVertexService_max_retries INTEGER
The maximum number of retries to use for the
service. Default is 2.
--GoogleVertexService_gemini_model_name TEXT
The name of the Google model to use for the
service. Default is gemini-2.0-flash-001.
--GoogleVertexService_vertex_project_id TEXT
Google Cloud Project ID for Vertex AI.
Default is None.
--GoogleVertexService_vertex_location TEXT
Google Cloud Location for Vertex AI. Default
is us-central1.
--GoogleVertexService_vertex_dedicated
Whether to use a dedicated Vertex AI
instance. Default is False.
--help Show this message and exit.