AI-powered invoice management — parse, structure, sync.
InvoiceIQ ingests messy invoice PDFs and images and outputs three synchronized views — Invoices, Products, Customers — so a single update propagates everywhere.
Finance/ops teams spend hours re-typing invoices and reconciling mismatched product and customer records across tools.
Structured, synchronized data from unstructured invoices — the manual-entry step disappears.
Built a document-parsing pipeline combining Google Generative AI for structured extraction, PDFPlumber for text PDFs, and Tesseract OCR for scanned images.
Modeled invoice/product/customer as a single graph in Redux Toolkit, so an edit in one view updates the others.
Shipped a React + Vite + TypeScript frontend against a FastAPI backend for durable extraction jobs.