Checkpoint: Placement intelligent du cartouche BAP : détection de zone blanche par rasterisation PDF (pdftoppm + sharp), cartouche positionné automatiquement dans la zone blanche disponible, ou sur une nouvelle page annexe si aucune zone suffisante n'existe

This commit is contained in:
Manus
2026-04-15 07:35:41 -04:00
parent 927ab2ff22
commit 7fbb3d5f2c
5 changed files with 810 additions and 290 deletions

View File

@@ -88,6 +88,7 @@
"react-pdf": "^10.3.0",
"react-resizable-panels": "^3.0.6",
"recharts": "^2.15.2",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"ssh2-sftp-client": "^12.0.1",
"streamdown": "^1.4.0",
@@ -131,6 +132,9 @@
},
"overrides": {
"tailwindcss>nanoid": "3.3.7"
}
},
"onlyBuiltDependencies": [
"sharp"
]
}
}