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