docling-studio/document-parser/tests
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 Add a stronger testing strategy 2026-03-18 14:46:37 +01:00
test_api_endpoints.py Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
test_bbox.py Fix Ruff errror, update node and fix buttton breakline 2026-03-23 10:13:24 +01:00
test_models.py Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
test_pipeline_options.py Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
test_repos.py Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
test_schemas.py Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
test_serve_converter.py Add ServeConverter adapter for remote Docling Serve integration 2026-03-31 10:36:35 +02:00