Identity Extract
Extract specific fields from IDs into structured JSON
- Extract name, DOB, nationality, and more
- Custom schema for any ID field
- Batch processing for KYC workflows
Identity Extract
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
Passport photo → Customer database
Batch IDs → Compliance report
New hire ID → HR onboarding record
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.extract( { url: "https://example.com/passport-scan.jpg", prompt: "Extract the full name, date of birth, nationality, passport number, and expiry date", schema: { type: "object", properties: { fullName: { type: "string" }, dateOfBirth: { type: "string" }, nationality: { type: "string" }, passportNumber: { type: "string" }, expiryDate: { type: "string" }, }, }, model: "max", }, { context: { documentId: "passport-456" } },);console.log(result.data);Key Features
Custom Schema
Define exactly which fields to extract using JSON Schema for consistent, predictable output.
Automated KYC
Feed extracted identity data directly into KYC verification workflows and compliance checks.
Batch Processing
Process multiple identity documents in sequence with consistent schema output for bulk operations.
Credit Costs
Pick the model tier that fits your use case
Nano
Basic field extraction from simple text documents. Fastest response.
Mini
Reliable extraction from documents with tables and nested structures.
Pro
Accurate extraction from complex layouts, forms, and scanned documents.
Max
Highest accuracy for large documents with complex schemas and nested data.
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.

