docling-studio/document-parser
Pier-Jean Malandrino 3743ed4ca8 Refactor backend to hexagonal architecture for converter extensibility
Extract domain value objects and ports from parsing.py, move Docling-specific
code to infra/local_converter.py, and convert analysis_service to a class
with injected DocumentConverter. This prepares the codebase for plugging in
alternative conversion backends (e.g. Docling Serve) via the Protocol pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 10:34:07 +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 Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +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 Refactor backend to hexagonal architecture for converter extensibility 2026-03-31 10:34:07 +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 Radical architecture change, migration to a more lightweight 2026-03-17 16:06:27 +01:00