Cheque
A check (cheque) is a written document that instructs a bank to transfer a designated sum of money from an individual's account to the person to whom the check is issued.
API Upload
The
typeparameter isus_chequefor the upload endpoint.
Field Descriptions:
The model automatically detects data such as:
| Section Name | Field Name | Data Type | Description |
|---|---|---|---|
| Check Information | Check Date | Date | Issued date of check |
| Check Information | Amount | Number | Amount in the check |
| Check Information | Payer Name | String | Payer name |
| Check Information | Payers Address | String | Address of the payer |
| Check Information | Payee Name | String | Payee name |
| Check Information | Payee Address | String | Address of the payee |
| Check Information | Check Number | String | Unique check identification number |
| Check Information | Routing Number | String | Routing number in the check |
| Check Information | Account Number | String | Account number in the check |
| Check Information | Signature | Signature | Signature of payer |
Coverage
- All USA banks
Model might also work with other country cheque. You can train your own model using just 50 samples. Here is detail.
Sample
Sample JSON Output
[
{
"data": {
"Check Information": {
"Payer Name": {
"value": "Lucia A. Kimberly",
"position": [
75,
62,
245,
88
],
"confidence": 1.0,
"review_required": false
},
"Payers Address": {
"value": "123 YOUR ADDRESS SOMEWHERE. U.S.A. 12345",
"position": [
74,
91,
347,
137
],
"confidence": 1.0,
"review_required": false
},
"Payee Name": {
"value": "Sample Check",
"position": [
235,
222,
451,
257
],
"confidence": 1.0,
"review_required": false
},
"Payee Address": {
"value": "",
"position": [],
"confidence": 0,
"review_required": true
},
"Check Date": {
"value": "10/25/2018",
"position": [
853,
128,
1104,
155
],
"confidence": 1.0,
"review_required": false
},
"Amount": {
"value": 383.0,
"position": [
942,
222,
1041,
248
],
"confidence": 1.0,
"review_required": false
},
"Check Number": {
"value": "0001",
"position": [
790,
487,
878,
507
],
"confidence": 1.0,
"review_required": false
},
"Routing Number": {
"value": "125000105",
"position": [
111,
487,
295,
508
],
"confidence": 1.0,
"review_required": false
},
"Account Number": {
"value": "000123456789",
"position": [
408,
487,
687,
508
],
"confidence": 1.0,
"review_required": false
},
"Signature": {
"value": true,
"position": [
751,
386,
1078,
416
],
"confidence": 0.6,
"review_required": true
}
}
}
}
]Updated 14 days ago
