Configuration of the check scanner.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

documentDetectionMode: CheckDocumentDetectionMode

Document detection to be performed in addition to scanning the machine-readable data in the check.

By default only the machine-readable data is extracted during check scanning. Optionally, the coordinates and a crop of the entire check document can be returned, in addition to the check data. A check scan result may still be successful even if the whole document is not visible in the input image and the complete document could not be located.

Default is DISABLED

Methods

  • Parameters

    Returns {
        documentDetectionMode?: CheckDocumentDetectionMode;
        serialize?: any;
    }

    • Optional documentDetectionMode?: CheckDocumentDetectionMode

      Document detection to be performed in addition to scanning the machine-readable data in the check.

      By default only the machine-readable data is extracted during check scanning. Optionally, the coordinates and a crop of the entire check document can be returned, in addition to the check data. A check scan result may still be successful even if the whole document is not visible in the input image and the complete document could not be located.

      Default is DISABLED