Sample · Production ready
Credit Card Statements
Normalize card statement PDFs into merchant, date, and amount rows for finance teams.
Sample input
PDF preview
Visa Platinum · May 2026
Cardholder Priya Sharma
Total due ₹18,420
Extracted fields
- Cardholder
- Statement date
- Payment due
- Total due
| Date | Merchant | Debit | Credit |
|---|---|---|---|
| 03-May | Amazon India | 2,499 | — |
| 04-May | Swiggy | 845 | — |
| 10-May | Payment Received | — | 5,000 |
- Transactions
- 87
- Confidence
- 92%
- Fields
- 10+
Exports available
CSV
JSON
API
Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.
Create free account to export
Business value
Before
Card PDF
After
Normalized charges
Outcome
Reconciliation-ready CSV
Use this through the API
Same structured output via REST — ideal for embedded workflows and batch automation.
Request
POST /api/v1/extract
Authorization: Bearer pm_live_••••
{
"industry": "finance",
"template": "card_statement",
"file": "@document.pdf"
}
Response
{
"document_type": "card_statement",
"status": "processed",
"export_ready": true
}
Try Credit Card Statements with your own file
Run the live demo with this template pre-selected — no account required for the first runs.