Full extraction of BBAN, including: branch code, bank code, account and key.

Hierarchy

  • BankAccountDetailsV2Bban

Constructors

Properties

bbanBankCode: null | string

The BBAN bank code outputted as a string.

bbanBranchCode: null | string

The BBAN branch code outputted as a string.

bbanKey: null | string

The BBAN key outputted as a string.

bbanNumber: null | string

The BBAN Account number outputted as a string.

confidence: number = 0.0

Confidence score

pageId: number

The document page on which the information was found.

polygon: Polygon = []

Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

Methods

  • Collection of fields as representable strings.

    Returns {
        bbanBankCode: string;
        bbanBranchCode: string;
        bbanKey: string;
        bbanNumber: string;
    }

    • bbanBankCode: string
    • bbanBranchCode: string
    • bbanKey: string
    • bbanNumber: string

Generated using TypeDoc