CAPABILITY 10 / 30
Pictures of prices became verifiable text
Parse, join to the authority, render, then verify every figure independently.
This runs in client systems today. The sample below was regenerated for a fictional company.
Partner price lists arrive as flat documents nobody can search or check. This rebuilds them: repairs the extraction, matches every row to an authoritative catalogue, renders a clean sheet, and then re-reads the output and compares it back to the authority figure by figure. If anything disagrees, the build stops.
TRY IT / RUNS IN YOUR BROWSER
Use it here.
The mechanism is the production one. The company, the catalogue, and every figure are fictional.
Price list rebuild
A flat price list goes in. Text that agrees with the catalogue, cell by cell, comes out.
A partner sends a price list as a flat document. Nobody can search it, and by the time it arrives some of the prices are out of date. This rebuilds it: repair what the extraction broke, match every row to the catalogue, write the catalogue's own figures out, then check the result back against the catalogue with a separate reader that shares nothing with the step that produced it.
The extraction step here reads a prepared fixture rather than running document recognition in your browser. Everything after it, the repair, the join, the render and the verification, is the real mechanism running on this page, on the same two files the build ran against.
Reading the sheet and the catalogue.
Row inspector
The rules that made the changes
THE OUTPUT / GENERATED FOR APEX INSTRUMENTS
What comes out.
THE MECHANISM / SHOW THE SHAPE, NOT THE SOURCE
How it works.
- 01Parse
Mechanical extraction damage is repaired by named rules. What cannot be repaired is marked.
- 02Join
Every row is matched to the authority by code, then by name, with the method and confidence recorded.
- 03Render
The output is written with the authority as the source of truth for every price.
- 04Verify
A separate pass re-reads the output and compares every figure back to the authority.
- 05Report
Corrections, unmatched rows, and missing products are all listed, not summarised away.
WHAT IT READS
- The incoming list, however it was extracted
- The authoritative catalogue
- Repair rules with a reason each
- A verifier that does not trust the renderer
WHAT IT CHECKS BEFORE IT SHIPS
- Every printed figure is compared back to the authority
- A correction names the rule that made it
- Rows the authority does not have are reported, never invented
- A mismatch fails the run instead of shipping
The mechanism runs inside client systems. Everything on this page was regenerated for Apex Instruments, a company that does not exist. Client names, source files, and internal wording stay private.