TripDocket Audit Terminal

Audit processing

Canonical pipeline: File inspection → Rule engine → Decision Brief

Not a booking engine. Not a travel planner.


Preview mode
Current preview skips live processing and uses the sample fixture. The canonical pipeline stages are shown for reference. Provider adapter is marked skipped — no OpenAI call is made in this preview.
01. File inspection
Validate file size, extension, page count, and text content.
02. Preflight
Enforce currency, size limits, quote signal detection, and page count gates.
03. Extraction job
Dispatch async OCR extraction job with state tracking.
04. Provider adapterSkipped in preview
Run real OCR provider (gpt-4o) to extract structured quote fields.
05. Quote normalizer
Normalize raw extraction to RuleEngineInputV1 format.
06. MaldivesRuleEngine
Apply deterministic audit rules: Green Tax, IMUGA declaration, missing transfer.
07. Decision Brief
Build TripDocketDecisionBriefV1 — safe, auditable, UI-ready output.

[MDV_PRE_001]
IMUGA Declaration
info
[MDV_TAX_001]
Green Tax $12/person/night
warning
[MDV_TRANSFER_001]
Missing Transfer / Seaplane
critical
Open sample Decision Brief← Review order