Class CheckScannerConfiguration

    • Constructor Detail

      • CheckScannerConfiguration

        CheckScannerConfiguration(Map<String, Object> source)
      • CheckScannerConfiguration

        CheckScannerConfiguration(JSONObject json)
    • Method Detail

      • getDocumentDetectionMode

         final CheckDocumentDetectionMode getDocumentDetectionMode()

        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

      • setDocumentDetectionMode

         final Unit setDocumentDetectionMode(CheckDocumentDetectionMode documentDetectionMode)

        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