← Back to portfolio

Retail Label Recognition / RLR

Working demo: OCR text parser for retail price labels. Frontend calls the live FastAPI backend at api.azevich.ru.

Project idea

This demo shows a practical part of the Retail Label Recognition pipeline: extracting prices, product codes and barcode candidates from OCR text.

In the full system, OCR text comes from a computer vision pipeline. In this lightweight web demo, you can paste OCR-like text manually and see how the backend parser structures it.

Live API demo

Paste OCR text from a price tag:


Status
Card price
Default price
Barcode candidates

Raw backend response

Press the button to call the backend...