docling-studio/document-parser/services
Pier-Jean Malandrino c50106c185 Centralize config through Settings singleton
UPLOAD_DIR and DB_PATH were read directly from os.environ, bypassing
the Settings dataclass. This caused an inconsistency where overriding
Settings had no effect on these values. Now all modules import from
infra.settings.settings.
2026-04-03 13:47:53 +02:00
..
__init__.py Radical architecture change, migration to a more lightweight 2026-03-17 16:06:27 +01:00
analysis_service.py Add chunk-to-bbox hover highlighting in Prepare mode 2026-04-02 14:47:31 +02:00
document_service.py Centralize config through Settings singleton 2026-04-03 13:47:53 +02:00