Receipt OCR App Flow
User flow for receipt scanning, AI classification, and expense tracking.
Flow Description
- User uploads a receipt image
- Next.js App sends the image to Google Cloud Vision for OCR
- OpenRouter AI classifies the extracted text into structured fields (vendor, amount, date, items, SKR03 category)
- Data Table stores the classified expense data
- AI Chat Sidebar lets users ask questions about their expenses using tool_use for data retrieval