docling-studio/document-parser/api
Pier-Jean Malandrino 1fa9256338 feat(settings): add paste-image size/type limits surfaced via /api/health
Introduces MAX_PASTE_IMAGE_SIZE_MB (default 10) and
PASTE_ALLOWED_IMAGE_TYPES (default image/png,image/jpeg,image/webp)
env vars so the upcoming Verify-mode clipboard-paste handler can
validate client-side against the same limits the backend enforces.

Follows the existing MAX_FILE_SIZE_MB pattern. Ships the accepted
design doc at docs/design/195-copy-paste-image-verify-mode.md.

Refs #195
2026-04-23 23:21:33 +02:00
..
__init__.py Radical architecture change, migration to a more lightweight 2026-03-17 16:06:27 +01:00
analyses.py feat: enable chunking in remote (Docling Serve) mode 2026-04-16 15:11:14 +02:00
documents.py feat: enable chunking in remote (Docling Serve) mode 2026-04-16 15:11:14 +02:00
graph.py feat(neo4j): Day 3 — ChunkWriter, graph API, GraphView, README 2026-04-20 10:13:18 +02:00
ingestion.py feat: enable chunking in remote (Docling Serve) mode 2026-04-16 15:11:14 +02:00
schemas.py feat(settings): add paste-image size/type limits surfaced via /api/health 2026-04-23 23:21:33 +02:00