Vision-to-catalogue extraction pipeline
2026Photograph a physical item, get back the verified catalogue record.
- Text recognition → candidate retrieval → ranking → eligibility rules → structured response
- 190 items catalogued through it
- Failed 6 of 7 real-world photographs on first contact; 5 root causes found and fixed
- 30-item golden set, measured at top-1 and top-5 — 30/30 after fixes, zero regressions
- 50 automated tests, duplicate protection, rate limiting, security hardening
- One case left deliberately failing: the record does not exist in the source catalogue
Four of the five fixes were not AI fixes. Most "the model is bad" turns out to be input handling, retrieval and business logic.
- n8n
- Vision LLM
- Cloudflare D1
- TypeScript
Designed, built, evaluated, operated