scanFromImage
abstract fun scanFromImage(image: ImageRef, configuration: CheckScannerConfiguration): Result<CheckScanningResult>
Scans Check data from the provided image.
Return
The result containing the Check scanning output.
Parameters
image
The image to be scanned for Check data.
configuration
The configuration for the Check scanner.