MRZ Capture
Within Auto Capture there is an MRZ reading feature and this section contains the necessary knowledge to understand the start auto mrz capture in BiometridStandard.
Parameter
Description
viewController: UIViewController
View Controller to open the auto capture screen
options: CaptureOptions?
Options to change customization of screen
callback: ProcessCallback?
callback
Implementation example
import UIKit import BiometridStandard import AutoCaptureWrapper
class ViewController: UIViewController, AutoCaptureCallback {
Callback params
Parameter
Description
status: Bool
Method request status
result: MRZData
Class with data from mrz scan
Was this helpful?