Sample · Production ready
Payroll Reports
Extract earnings, deductions, and net pay from salary slips and payroll documents.
Sample input
PDF preview
Salary Slip · Apr 2026
Employee ID
Net pay ₹72,400
Extracted fields
- Employee name
- Employee id
- Pay period
- Gross pay
- Net pay
| Component | Earnings | Deductions |
|---|---|---|
| Basic | 45,000 | — |
| PF | — | 5,400 |
| TDS | — | 8,200 |
- Confidence
- 88%
- Fields
- 14+
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
Payslip PDF
After
Pay components
Outcome
Payroll & compliance files
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": "tax",
"template": "salary_slip",
"file": "@document.pdf"
}
Response
{
"document_type": "salary_slip",
"status": "processed",
"export_ready": true
}
Try Payroll Reports with your own file
Run the live demo with this template pre-selected — no account required for the first runs.