docling-studio/document-parser
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
..
api Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
domain Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
infra Add ServeConverter adapter for remote Docling Serve integration 2026-03-31 10:36:35 +02:00
persistence Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
services Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
tests Add ServeConverter adapter for remote Docling Serve integration 2026-03-31 10:36:35 +02:00
.dockerignore Work on full Docker integration 2026-03-17 13:33:36 +01:00
conftest.py Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
Dockerfile Refacto and add cp paste btn 2026-03-21 15:03:10 +01:00
main.py Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +02:00
package-lock.json Add slide on side bar in Studio mode 2026-03-20 16:24:38 +01:00
pyproject.toml Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
pytest.ini Add a stronger testing strategy 2026-03-18 14:46:37 +01:00
requirements.txt Add ServeConverter adapter for remote Docling Serve integration 2026-03-31 10:36:35 +02:00