baodan/api/insurance/ppt
wsb1224 63c7e87ea7 feat(ppt): add data review step between parsing and generation
Add a mandatory data verification step so users can inspect and edit
LLM-extracted data before generating the PPT.

- New PptDataReview.vue: auto-validation on mount, key metrics cards,
  editable benefit/withdrawal tables, inline error highlighting
- New PUT /session/<id>/extractions API endpoint for saving user edits
- Extend PptPage flow from 4 steps to 5 (upload→parse→review→generate→result)
- Update ppt-api.ts with updateExtractions() method
- Update PptParsing button text to match new flow

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-24 18:22:14 +08:00
..
config feat(ppt): upgrade renderer from 5 fixed slides to 10+ configurable pages 2026-07-24 17:49:09 +08:00
scripts feat(ppt): upgrade renderer from 5 fixed slides to 10+ configurable pages 2026-07-24 17:49:09 +08:00
__init__.py 0723 PPT功能初步融合 2026-07-23 13:10:50 +08:00
extraction.py fix: support multiple PDF parsers for PPT extraction 2026-07-24 16:36:52 +08:00
irr.py 0723 PPT功能初步融合 2026-07-23 13:10:50 +08:00
knowledge.py 0723 PPT功能初步融合 2026-07-23 13:10:50 +08:00
llm_client.py feat: support Dify-synced models without separate API key 2026-07-24 16:18:59 +08:00
normalizer.py feat(ppt): upgrade renderer from 5 fixed slides to 10+ configurable pages 2026-07-24 17:49:09 +08:00
prompts.py 0723 PPT功能初步融合 2026-07-23 13:10:50 +08:00
renderer.py feat(ppt): upgrade renderer from 5 fixed slides to 10+ configurable pages 2026-07-24 17:49:09 +08:00
routes.py feat(ppt): add data review step between parsing and generation 2026-07-24 18:22:14 +08:00
validator.py 0723 PPT功能初步融合 2026-07-23 13:10:50 +08:00