4 Commits

Author SHA1 Message Date
wb
2389d377b8 fix(pdf): replace fpdf2 with weasyprint for proper md→PDF rendering
fpdf2's built-in Helvetica was Latin-1 only and required manual line-by-line
markdown parsing, causing indentation artifacts at speaker changes. weasyprint
renders via HTML+CSS so layout, wrapping, and Unicode all work correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 09:30:34 +02:00
25793c022c feat(diarization-ui): add FastAPI UI backend with sqlite storage and Ollama analysis pipeline 2026-03-21 13:47:36 +01:00
85a36a0e5e chore(diarization-ui): default API_BASE to gx10 and use fully qualified nginx image for podman 2026-03-21 13:24:11 +01:00
66d681279e feat: split diarization UI into separate project folder 2026-03-21 13:14:54 +01:00