Up to 99%+ accuracy with AI Vision OCR

Parse Any File
to Any Format

The fastest, most accurate document parser for developers. Parse, chunk, or summarize any document for AI, LLMs, and vector databases.

100 free credits included • No credit card required

javascript
import { PeterParser } from '@peterparser/sdk';
const parser = new PeterParser('YOUR_API_KEY');
const result = await parser.parse('./invoice.pdf');
console.log(result.json);
99%+
Accuracy
<100ms*
Per Page
50+
File Formats
Scale Ready

Why PeterParser?

Built for developers who need reliable, fast, and accurate document parsing at scale.

Most Versatile

Parse virtually any file format to any output. PDF, images, Office docs, scans—convert to JSON, XML, Markdown, or your custom schema.

┌─────────┐     ┌─────────┐
│  .pdf   │ ──▶ │  .json  │
│  .docx  │ ──▶ │  .xml   │
│  .png   │ ──▶ │  .md    │
└─────────┘     └─────────┘

Fastest Parser

State-of-the-art cloud infrastructure in US and EU. Auto-scaling, enterprise-grade performance with <100ms* average response per page.

╔═══════════════════════════╗
║  Response: 87ms/page ✓    ║
║  ████████████████░░ 94%   ║
╚═══════════════════════════╝

Up to 99%+ Accuracy

AI Vision OCR excels on challenging documents. Modern AI understands context, layout, and handles scans, handwriting, and complex tables.

┌──────────────────────────┐
│  Clean docs:  █████ 99%+ │
│  Scans/HW:    ████░ 85%+ │
└──────────────────────────┘

Sync, Async, or Batch

One endpoint auto-classifies and routes. Process single files synchronously, async with webhooks, or batch thousands at once.

POST /v2/documents
├── mode: "sync"    → 200 OK
├── mode: "async"   → webhook
└── mode: "batch"   → queue

Secure by Design

Data processed in-region and never stored beyond cache TTL. TLS 1.3, AES-256 at rest, API key authentication.

┌─────────────────────────┐
│  ✓ TLS 1.3  ✓ AES-256  │
│  ✓ API Keys ✓ In-region │
└─────────────────────────┘

Transparent Pricing

Simple credit-based pricing. 100 free credits to start, then pay-as-you-go or save with monthly plans. No hidden fees.

┌─────────────────────────┐
│  100 free credits       │
│  Simple. Predictable.   │
└─────────────────────────┘

* Per page, standard extraction without add-on features (premium model, grounding, pre-processing).

Works Everywhere

Native SDKs, CLI tools, and integrations for every platform and workflow.

npm
npm
py
Python
>
CLI
n8
n8n
WindowsmacOSLinuxDockerKubernetesAWS LambdaGCP FunctionsVercel

════════════════════════════════════════════════════════════
       ╔═══╗ ╔═══╗ ╔═══╗   All platforms. One API.
       ║ ◉ ║ ║ ◉ ║ ║ ◉ ║   Parse anywhere.
       ╚═══╝ ╚═══╝ ╚═══╝
════════════════════════════════════════════════════════════
            

Frequently Asked Questions

Everything you need to know about PeterParser.

We support 50+ file formats including PDF, PNG, JPG, TIFF, WEBP, DOC, DOCX, XLS, XLSX, PPT, PPTX, HTML, and more. If your format isn't listed, contact us—we likely support it or can add it.


    ╔══════════════════════════════════════════════════════════╗
    ║                                                          ║
    ║     $ peterparser parse document.pdf --output json       ║
    ║     ✓ Parsed 42 pages in 1.2s                           ║
    ║                                                          ║
    ╚══════════════════════════════════════════════════════════╝
          

Ready to start parsing?

Get 100 free credits and parse your first document in under 5 minutes. No credit card required.

Get Free API Key

Quick start:

npm install @peterparser/sdkpip install peterparser