Decision
Extraction confidence gates reconciliation. Below-threshold documents are counted as unreconciled and routed to review, and the queue depth is published with the results.
Context
The natural implementation drops or best-guesses documents it cannot parse. Both produce an audit that reports completeness it has not achieved.
Alternatives, and why not
- Best-effort parse everythingConverts illegibility into false agreement. The invoices that parse worst are disproportionately the unusual ones, which is where the discrepancies live.
- Drop unparseable documents and report on the restReintroduces sampling through the back door, with a sample selected by parser difficulty, the worst possible selection mechanism.
Rationale
The claim being made is completeness. A completeness claim is only as good as the accounting for what was not covered.
What it cost
A real manual review queue with a real cost, published rather than absorbed.
Outcome
100% discrepancy identification, with the unreconciled volume visible as a number rather than as an absence.
What it moved in the diagram