/v1/ie/parseParse an Irish payslip PDF or image and return structured fields (gross, PAYE, USC, PRSI, pension, AVC, SRCOP, tax credits).
Request and response example
{
"file": "base64-encoded-payslip.pdf",
"format": "pdf"
}{
"gross": 4500,
"net": 3120.45,
"paye": 720,
"usc": 175.5,
"prsi": 184.5,
"pension": 270,
"avc": 0,
"prsi_class": "A1",
"srcop": 44000,
"tax_credits": 4000,
"week_month_1": false,
"currency": "EUR"
}