Requested feature
Allow Docling's chart extraction enrichment (do_chart_extraction) to run against a remote OpenAI-compatible Chat Completions endpoint (e.g. vLLM, Ollama, TGI, LM Studio) — the same way picture description already supports remote inference via PictureDescriptionApiOptions + enable_remote_services=True.
Concretely: an API-backed variant of ChartExtractionModelOptions (e.g. ChartExtractionApiOptions) exposing url, headers, params, prompt, timeout, and concurrency, so the chart→ CSV/code/summary step can be offloaded to a self-hosted VLM behind an HTTP API instead of loading ibm-granite/granite-vision-*-chart2csv locally through transformers.
Requested feature
Allow Docling's chart extraction enrichment (
do_chart_extraction) to run against a remote OpenAI-compatible Chat Completions endpoint (e.g. vLLM, Ollama, TGI, LM Studio) — the same way picture description already supports remote inference viaPictureDescriptionApiOptions+enable_remote_services=True.Concretely: an API-backed variant of
ChartExtractionModelOptions(e.g.ChartExtractionApiOptions) exposing url, headers, params, prompt, timeout, and concurrency, so the chart→ CSV/code/summary step can be offloaded to a self-hosted VLM behind an HTTP API instead of loading ibm-granite/granite-vision-*-chart2csv locally through transformers.