metadata
title: test7
emoji: 📋
colorFrom: yellow
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
license: mit
OmniParse AI — Invoice Processing in Seconds
AI-powered invoice processing SaaS. Upload PDFs or images and extract vendor, dates, amounts, and line items as structured data.
Features
- Secure Auth — Signup/login with bcrypt-hashed passwords, session tokens, rate limiting
- Upload Invoices — PDF, JPEG, PNG, TIFF support (up to 20 MB)
- Dashboard — View, filter, and manage extracted invoices
- AI Chat — Ask questions about your invoices (Pro plan)
- Export — CSV, JSON, Excel (XLSX) downloads
- Demo Mode — Login with
demo@omniparse.ai/demo1234to see 20 sample invoices - Dark Theme — Full dark/light mode support
Quick Start
- The Space builds automatically on push
- Wait for the Docker build to complete (~2-3 minutes)
- Sign up for a new account or use the demo credentials:
- Email:
demo@omniparse.ai - Password:
demo1234
- Email:
- Visit
/api/seedonce to populate demo data (auto-seeded on first request)
Tech Stack
- Next.js 16 (App Router, standalone output)
- TypeScript 5
- Tailwind CSS 4 + shadcn/ui
- Prisma ORM (SQLite)
- Zod for validation
- bcryptjs for password hashing