docling-studio/document-parser/infra
Pier-Jean Malandrino a3486a8501 Add ServeConverter adapter for remote Docling Serve integration
Implement the HTTP client adapter that delegates document conversion
to a remote Docling Serve instance via its /v1/convert/file endpoint.
Switchable via CONVERSION_ENGINE=remote env var. Includes health check,
API key auth, response parsing, and 30 new tests covering parsing,
type mapping, HTTP calls, and DI wiring.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 10:36:35 +02:00
..
__init__.py Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
local_converter.py Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
serve_converter.py Add ServeConverter adapter for remote Docling Serve integration 2026-03-31 10:36:35 +02:00
settings.py Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00