Datasets:
Tasks:
Document Question Answering
Size:
n<1K
Tags:
benchmark
document-ai
information-extraction
structured-extraction
key-information-extraction
ocr
License:
File size: 1,431 Bytes
ca66b51 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | {
"payPeriodMonth": 9.0,
"payPeriodYear": 2008.0,
"grade": "03",
"totalPayments": 12845.38,
"totalDeductions": 3792.1,
"netToBank": 9053.28,
"totalHours": 176.0,
"payments": [
{
"description": "משולב אופק חדש",
"amount": 10950.0,
"difference": null
},
{
"description": "גמול חינוך כיתה",
"amount": 1095.0,
"difference": null
},
{
"description": "קצובת נסיעה",
"amount": 616.0,
"difference": null
},
{
"description": "החזר טלפון",
"amount": 30.38,
"difference": null
},
{
"description": "מק' נסיעות בתפק.",
"amount": 154.0,
"difference": null
}
],
"deductions": [
{
"description": "מס הכנסה",
"amount": 1854.67,
"difference": null
},
{
"description": "ק.השתל(ארג)בינ\"ל",
"amount": 505.89,
"difference": null
},
{
"description": "בטוח לאומי",
"amount": 595.71,
"difference": null
},
{
"description": "בטוח בריאות",
"amount": 554.91,
"difference": null
},
{
"description": "דמי ניהול פנסיה ת",
"amount": 240.9,
"difference": null
},
{
"description": "קופת גמל רשף",
"amount": 40.02,
"difference": null
}
]
} |