Extraction
Drop a PDF
AI extracts artist, venue, deal terms, schedule, and tickets. Side-by-side review before any data lands in the system.
Drop a PDF and you'll see real extraction.The Approve button is disabled tonight because we haven't wired up the writable database (D1) yet. Side-by-side preview + confidence flagging works fully. Save-to-system lights up after the Cloudflare Workers + D1 deploy this week.
How extraction trust works
- You drop a PDF (offer sheet, settlement, contract).
- Claude Sonnet extracts structured data with per-field confidence scores.
- Each extracted field gets
source: pdf_extraction, status: unverified. - You review side-by-side against the original PDF, accept or correct each field.
- Only after you click Approve does the booking land in the system, with status
verified. - Every step is logged in the audit chain.