✨ Gemini 2.0
New
Unlimited-OCR 3B-MoE VLM • 100% Win Rate

Transform complex documents into AI-ready data

Extract text, multi-column tables, handwriting, and typed schemas with pixel-grounded citations. Self-hosted with zero per-call cost.

60/450 credits
Powered by Gemini & Unlimited-OCR
0/3,000
Try sample extraction:
DEPLOYMENT Self-Hosted / Private Cloud
API COST $0.00 Per Call
DATA EGRESS Zero External Egress
Verified
Built from production scale
720+

test cases passed with 100% win rate across 36 document data types — zero errors.

100%
Win Rate Benchmark
36
Document Data Types
0
Execution Errors

Parse the pages. Extract the fields.

Grounded structure in, schema out — every value cited back to its source with bounding box coordinates and confidence scores.

Parse

Any document in.
Grounded structure out.

Invoices, medical records, government forms, and scanned faxes come back as text, tables, and figures — each with a bounding box in pixel coordinates.

Try it in AI Studio
POST /v1/parse
PATIENT DOB PAYER MRN
Extract

Define your schema.
Get typed JSON back.

Pass a schema of fields you need — or let the AI auto-design one. Every extracted value carries a confidence score, extraction layer tag, and page citation.

Build a schema
POST /v1/extract
{
  "vendor": "Meridian Supply Co.",
  "invoice_no": "INV-2026-4471",
  "total": 3518.13,
  "math_verified": true,
  "trust_score": 0.984,
  "decision": "AUTO_APPROVED"
}

Core Capabilities

Everything you need for document intelligence.

Built for high-volume enterprise pipelines that demand accuracy, zero arithmetic hallucinations, and grounded source citations.

Omni-Format Layout Parser

Preserves multi-column reading order, paragraphs, headings, and images across PDFs, scans, PPTX, DOCX, and 6 image formats.

Cell-Grid Table Extraction

Complex nested tables, merged cells, and multi-level headers — rendered in Cell Grid, Markdown, HTML, CSV, or structured JSON.

Grounded Source Citations

Every extracted field carries pixel bounding-box coordinates, page numbers, confidence percentages, and extraction layer tags.

3-Layer Cost Optimization

Layer 1 Rules → Layer 2 NER Model → Layer 3 LLM Escalation. Eliminates up to 90% of expensive LLM API bills automatically.

Math & Fraud Verification

Stage 7 arithmetic checks verify Subtotal + Tax = Total before auto-approving — eliminating financial hallucinations entirely.

Self-Hosted & Private Cloud

Deploy inside your private Kubernetes or VPC cluster with Docker manifests. Zero external data egress. Your data never leaves your network.

Developer Integration

Parse & extract in 3 lines.

extract.sh
curl -X POST https://api.parsa.ai/v1/documents/upload \
  -H "X-API-Key: your_api_key" \
  -H "X-LLM-Provider: gemini" \
  -H "X-LLM-Model: gemini-2.0-flash" \
  -F "file=@invoice.pdf"
response.json 98.4% TRUST
{
  "doc_id": "doc_9941a802",
  "status": "AUTO_APPROVED",
  "grounded_fields": {
    "Vendor": {
      "value": "Meridian Supply Co.",
      "conf": 0.99,
      "bbox": [30, 110, 540, 160],
      "page": 1
    },
    "Total Due": {
      "value": "$3,518.13",
      "math_verified": true
    }
  }
}

Accuracy Evaluations

How we compare.

Evaluated on OmniDocBench and our 36-datatype benchmark suite (720 test runs).

Engine / Platform Printed Text Handwriting Table F1 Cost Model Deploy
Parsa.ai (Unlimited-OCR 3B-MoE) 98.9% 96.4% 97.2% $0 / call Self-Hosted
AWS Textract 95.2% 84.1% 88.5% $1.50–$15/1k AWS Only
Azure Document Intelligence 96.1% 87.3% 91.0% $1.50–$10/1k Azure Only
Google Document AI 96.4% 86.8% 90.4% $1.50–$30/1k GCP Only
Tesseract v5.3 88.1% 42.0% 51.2% Open Source Self-Hosted

9-Stage Orchestration

End-to-end. From upload to delivery.

Nine micro-orchestrated stages — from raw file ingestion to HMAC-SHA256 signed webhook delivery.

01

Secure Ingestion

Magic-byte MIME validation, ClamAV scanning, zip-bomb defense, SHA-256 idempotency.

02

Document Profiling

Detects digital PDFs to skip OCR, scores scan quality, selects image enhancements.

03

Pre-Processing

De-skew, adaptive binarization, denoise, and 5-class layout region segmentation.

04

OCR Router

Unlimited-OCR 3B-MoE VLM via SGLang RadixAttention prefix caching engine.

05

Normalization

ISO-8601 dates, currency codes, CJK character cleaning, and format standardization.

06

3-Layer Extraction

Rules → NER Model → LLM Escalation. 90% cost reduction vs. LLM-first approaches.

07

Math & Trust Score

Arithmetic verification, fraud signature detection, and composite trust scoring.

08

Decision Engine

Auto-approve ≥95% confidence, route to human review, or quarantine suspicious files.

09

Signed Delivery

HMAC-SHA256 signed webhooks, idempotent delivery, and ERP connectors.

Predictable Infrastructure Pricing

Deploy your way. Zero per-call tax.

No seat fees, no hidden multipliers, no automatic complexity surcharges.

Community
$0 / forever

Open-source core IDP platform for single-node development and testing.

  • Single CPU / GPU execution
  • Unlimited-OCR HuggingFace integration
  • Layer 1 Rules Engine
  • JSON & Markdown output
  • Community support
Try AI Studio
Managed Cloud
Dedicated Pod

Fully managed isolated cloud instance with guaranteed throughput SLAs.

  • Dedicated Cloud Instance
  • Managed Upgrades & Patches
  • SOC-2 Type II Compliant
  • Custom LLM Key Integration
  • 99.99% Uptime Guarantee
Contact sales

Questions

Frequently asked.

How does the 3-Layer Extraction save up to 90% on LLM costs?
Instead of sending every document to an expensive LLM, our pipeline first attempts Layer 1 (regex & anchor template rules) and Layer 2 (lightweight NER models). Over 94% of standard forms are processed at zero LLM cost — escalating to Layer 3 only when confidence drops below your configured threshold.
Can I use my own LLM API keys (Google Gemini, OpenAI, Anthropic)?
Yes. Configure your custom keys in the Workspace's API Keys panel. Choose Google Gemini (our recommended default), OpenAI GPT-4o, Anthropic Claude, or local self-hosted Ollama/vLLM endpoints.
What file formats are supported?
PDF, PNG, JPEG, TIFF, BMP, WebP, PPTX, DOCX, ZIP archives, and email MIME documents. Scanned PDFs and images are processed automatically via Unlimited-OCR VLM, while native digital PDFs bypass OCR for maximum speed.
Can I deploy on my own private cloud or GPU servers?
Absolutely. We provide complete Docker Compose and Kubernetes Helm manifests to deploy the entire 9-stage IDP pipeline inside your private AWS, GCP, Azure, or on-prem GPU cluster with zero external data egress.
How does the Math & Fraud Verification work?
Stage 7 automatically verifies arithmetic integrity (Subtotal + Tax = Total), checks for known fraud signatures, and computes a composite TrustScore. Documents scoring ≥95% confidence are auto-approved; lower-confidence results route to human review.

// ENTERPRISE ARCHITECTURE

Ready to extract trusted document data?

Schedule a 30-minute technical deep dive with our document intelligence architects or launch our interactive workspace.

Self-Hosted Security: Deploy zero-egress models directly within your private AWS/GCP VPC.
Zero Per-Call Cost: Process millions of pages at fixed GPU cluster infrastructure cost.
100% Datatype Win Rate: Verified benchmark accuracy across 36 document data formats.
// UNLIMITED-OCR 3B-MOE VLM SGLANG RADIXATTENTION INFERENCE 9-STAGE PIPELINE AUTO-APPROVE TRUSTSCORE 94.2%
✨ AI Studio
ACTIVE Cedar Park Patient Intake Form Page 1 of 2 • 1024×1448 px • PDF
⚡ Unlimited-OCR 3B ✨ Gemini 2.0 Flash $0.00 / CALL
Document Queue:
1 / 1
100%
Drop document here to parse
PDF, Scanned TIFF, PNG, JPG, or Documents
Document Preview
Trust Score 98.4%
Decision AUTO_APPROVED
Routing Engine Unlimited-OCR (gundam)
Latency / Cost 142ms • $0.00
/
Straight-Through Processing: 94.2% Auto-Approved
Visual Schema Studio

Design structured extraction schemas with automatic VLM citation grounding.

Pre-built Industry Schema Templates:
🏥 Patient Intake Form
Patient Name, DOB, Insurance, Medications
🧾 Commercial Invoice
Invoice #, Vendor, Line Items, Tax, Total
💊 Rx Prescription
Drug Name, Dosage, Frequency, Prescriber
📑 W-2 Tax Form
SSN, Wages, Federal Tax, Employer EIN
Execution Status: ALL STAGES READY
Engine: Unlimited-OCR 3B-MoE
AI Model & API Key Configuration
Use your custom LLM API keys directly in AI Studio for grounded parsing & extraction
Connected ✓
Inference & Escalation Strategy
95%
🧪 Live Model Prompt & Document Extraction Playground
STANDBY READY
Sample Templates:
{
  "status": "ready",
  "message": "Click 'Execute Live Test' to query the active provider model endpoint."
}
🔑 API Keys Studio
LLM & API GATEWAY STUDIO

Model Providers & Credential Vault

Connect, test, and orchestrate custom LLM keys for Layer 3 escalation, fine-tuned VLM reasoning, and multimodal schema extraction. Credentials are AES-256 encrypted client-side and verified directly against live model endpoints.

ACTIVE: Google Gemini 2.0 Flash
AES-256 LocalStorage Vault
⚡ 88ms avg roundtrip
🛡️ 90% Cost Reduction Escalation
TLS 1.3 End-to-End Socket
Model Providers (6) Online
🔒 Zero Server Disk Storage
Keys are held strictly in browser local memory & dispatched only over TLS 1.3 sockets during Layer 3 escalation.
Google Gemini
Primary VLM Escalation & Multimodal Layout Grounding Engine
Connected ✓
Gemini API Key (AIzaSy...)
Layer 3 Escalation + Vision JSON Schemas
✓ Live Connection Verified (HTTP 200) 88ms avg ping
Google Gemini API key verified successfully! Layer 3 Escalation Engine is active and ready.
Latency 88 ms
Vision Grounding Enabled ✓
Schema Mode JSON Strict ✓
Quota Tier Active Tier
💡 Why & What AI Does For This Provider
Stage 6: Layer 3 VLM Escalation (90% Cost Reduction Routing)
Why hanji.dev uses Google Gemini: Primary Layer 3 Multimodal Escalation Engine. Handles blurry scans, dense handwriting, complex multi-column forms, and 2M+ token contexts with sub-second JSON grounding.
👁️ Multimodal Grounding
Binds extracted data directly to pixel bounding boxes and page numbers.
3-Layer Cost Escalation
Invoked only when Layer 1 & 2 confidence drops below 95% threshold.
📐 Strict Schema JSON Mode
Enforces strict typed output schemas without LLM hallucination.
🧮 Math Integrity Input
Feeds clean numeric tokens into Stage 7 arithmetic verification.
curl -X POST https://api.parsa.ai/v1/documents/extract \
  -H "X-API-Key: demo-key-tenant-demo" \
  -H "X-LLM-Provider: gemini" \
  -H "X-LLM-Model: gemini-2.0-flash" \
  -H "X-LLM-Api-Key: AIzaSy-demo-gemini-key-2026" \
  -F "file=@document_scan.pdf"
🔒
Zero Server Disk Persistence
Your third-party LLM API keys are stored exclusively in your local browser storage (localStorage) and are dispatched over TLS 1.3 only during Layer 3 escalation inference.
3-Layer Cost-Saving Routing
Parsa.ai routes easy documents through deterministic Layer 1 (OCR/Regex) and Layer 2 (Layout Analysis), escalating to your paid LLM keys only when confidence is < 95%, slashing API costs by 90%.
🛡️
Enterprise Compliance & HIPAA
Zero training retention on document payloads. Compliant with HIPAA, GDPR, and SOC2 Type II processing constraints for healthcare, financial, and legal document intelligence.