first implementation - image/drawing integration

This commit is contained in:
Adrien
2026-04-04 12:56:56 +02:00
parent fc5b22fba1
commit 5acfdd33c1
42 changed files with 2854 additions and 151 deletions
@@ -47,6 +47,16 @@ spring:
max-size: 8
queue-capacity: 50
logging:
level:
"[org.apache.pdfbox]": ERROR
app:
auth:
password: ${APP_PASSWORD:changeme}
figure-storage:
base-path: ${FIGURE_STORAGE_PATH:./uploads}
min-image-size-px: 100
embedding:
batch-size: 20
batch-delay-ms: 2000