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 type parameter is us_cheque for the upload endpoint.


Field Descriptions:

The model automatically detects data such as:

Section NameField NameData TypeDescription
Check InformationCheck DateDateIssued date of check
Check InformationAmountNumberAmount in the check
Check InformationPayer NameStringPayer name
Check InformationPayers AddressStringAddress of the payer
Check InformationPayee NameStringPayee name
Check InformationPayee AddressStringAddress of the payee
Check InformationCheck NumberStringUnique check identification number
Check InformationRouting NumberStringRouting number in the check
Check InformationAccount NumberStringAccount number in the check
Check InformationSignatureSignatureSignature 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
                }
            }
        }
    }
]