ProductSense AIDemo build · fictional business, simulated dataIt read the scanned datasheet. And it can prove it.
OCR + vector search + chat over a messy industrial catalog — where the answer quotes a number that exists only inside a photocopied scan.
Live demos are password-gated — request access via WhatsApp, takes a minute.
The photocopied original — skew intactPer-block confidence: 96.4% on the spec rowThe challenge
“Search our catalog” fails exactly where it matters: the stall torque is printed in a 2019 fax-quality scan, not in any typed spec sheet. If the system can’t read images, it can’t answer.
And OCR claims are cheap — the interface has to prove extraction happened, block by block, with confidence the buyer can inspect.
The solution — three decisions
Stage the “it read the image” moment
The hero answer quotes 4.2 kg·cm stall torque — a figure that exists only in the scanned KR-380 datasheet — and links straight to the split view that proves it.
Make the scan believably ugly
The rendered datasheet is skewed 0.4°, photocopy-speckled, typewriter-set. Everything around it is ruler-straight; the contrast is the point.
Confidence is a first-class value
Every extracted block carries its OCR confidence as a chip — 96.4% on the money row — because “trust me” is not an enterprise feature.
How it works
Flow diagram: the inputs listed first feed into the ProductSense pipeline engine in the middle, which produces the outputs listed last.
In
ProductSense pipeline
Out
The demo implements this shape end to end with a simulated service layer — the “extend for production” section below lists what swaps in for live deployment.
Product tour



What the demo shows
- A scripted conveyor-duty question answered from the scan’s fine print
- 300 catalog items across 80 products with pipeline states
- Search that ranks by meaning, with a keyword fallback that also works
- A re-OCR action wired into the low-confidence queue
Under the hood
- The scan is CSS, not an image asset: skew, speckle, and print styling render a convincing photocopy that stays crisp at any size
- Hero OCR blocks are hand-authored to match the scan exactly; other documents get plausible generated extractions
- Search results derive from the product catalog, so every hit links to a real document view
- Counts reconcile: library totals, pipeline KPIs, and block sums come from one dataset
Built as a demonstration — on purpose.
Voltbridge Components is fictional and labeled as a demo on every screen. Nothing here is presented as client work: no client names, no outcome metrics, no testimonials. The proof is the running product — open the live demo above (password on request) and check every claim.
What I’d extend for production
- Real OCR (Tesseract/cloud) with layout-aware block detection
- Embedding search over extracted blocks with hybrid keyword fallback
- Supplier-email ingestion dropping attachments straight into the queue