Identity Parse
Parse passports, IDs, and licenses into structured data
- Passports, licenses, and national IDs
- MRZ zone reading and validation
- Automatic document type detection
Identity Parse
Available as an action in
Trusted by
Automate in 3 Steps
Pick Your Platform
Choose Make, n8n, or Zapier
Add PDF Vector
Search for 'PDF Vector' in apps/nodes list
Build Your Workflow
Connect to 1000+ apps
Popular Automations
Ready-to-use workflow templates for Make, n8n, and Zapier
ID upload → KYC verification
Passport scan → Onboarding form
Visitor badge → Access log
For Developers
Get started in seconds. Copy and run.
import { createClient } from "@pdfvector/client";const client = createClient({ apiKey: "YOUR_API_KEY" });const result = await client.identity.parse( { url: "https://example.com/passport-scan.jpg", model: "max" }, { context: { documentId: "passport-456" } },);console.log(result.markdown);console.log(`Type: ${result.documentType}, Model: ${result.model}`);Key Features
Government IDs
Supports passports, driver's licenses, national IDs, and residence permits from countries worldwide.
MRZ Reading
Reads and decodes Machine Readable Zone (MRZ) data from passports and travel documents.
Multi-Country
Handles identity documents from over 100 countries with localized field detection.
Credit Costs
Pick the model tier that fits your use case
Nano
Fast text extraction for simple PDFs and Word docs. No image support.
Mini
Handles tables and multi-column layouts. Good for structured reports.
Pro
Supports images, scanned documents, and handwriting recognition.
Max
Maximum accuracy for complex layouts up to 1000 pages. Returns HTML output.
Everything You Need for Document Processing
Parse, ask questions, and extract structured data from any document type
Academic Search
Search across PubMed, arXiv, OpenAlex, Semantic Scholar, and more.
Academic Fetch
Fetch paper metadata by DOI, PMID, arXiv ID, or other identifiers.
Academic Find Citations
Find relevant citations for your text using semantic matching.
Academic Paper Graph
Get a paper's citing papers and references as full publication objects.
Academic Similar Papers
Find similar papers using citation network analysis with similarity scores.
Academic Search Grants
Search grants across Grants.gov, NIH RePORTER, CORDIS, and UKRI.

