Check Scanner Configuration
data class CheckScannerConfiguration(var documentDetectionMode: CheckDocumentDetectionMode = CheckDocumentDetectionMode.DISABLED, var acceptedCheckStandards: List<CheckStandard> = listOf( ), var processingMode: ProcessingMode = ProcessingMode.AUTO) : Parcelable
Configuration of the check scanner.
Constructors
Link copied to clipboard
constructor(documentDetectionMode: CheckDocumentDetectionMode = CheckDocumentDetectionMode.DISABLED, acceptedCheckStandards: List<CheckStandard> = listOf( ), processingMode: ProcessingMode = ProcessingMode.AUTO)
Properties
Link copied to clipboard
Accepted check standards. Optional, by default - all checks are accepted. With an empty list no filter is applied and all checks are accepted.
Link copied to clipboard
Document detection to be performed in addition to scanning the machine-readable data in the check.
Link copied to clipboard
Scanners typically can produce better results from a single image if they are allowed to spend a longer time analyzing it.