feat: reimport pdf

This commit is contained in:
2026-01-22 21:23:46 +01:00
parent 981fabcc27
commit 4f0ca67dc4
13 changed files with 1068 additions and 14 deletions

View File

@@ -54,6 +54,8 @@ class DocumentSummary(BaseModel):
solde_montant: float | None
solde_type: str | None
created_at: str
has_pdf: bool = False
has_json: bool = False
# ============================================================