Bank Statement Parse
Parse bank statements to extract transactions and balances
- Transaction tables and balances
- Multi-bank format support
- Statement period detection
Bank Statement 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
Statement PDF → Google Sheets
Monthly statement → Financial dashboard
Applicant statement → Loan processing
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.bankStatement.parse( { url: "https://example.com/monthly-statement.pdf", model: "max" }, { context: { documentId: "stmt-nov-2024" } },);console.log(result.markdown);console.log(`Pages: ${result.pageCount}, Model: ${result.model}`);Key Features
Transaction Detection
Accurately detects and extracts individual transactions with dates, descriptions, and amounts.
Balance Tracking
Extracts opening balance, closing balance, and running balance information.
Multi-Bank
Works with statements from any bank worldwide, handling different layouts and formats.
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.

