TutorialMRZViewController

open class TutorialMRZViewController : UIViewController

Displays instructions to guide the user to capture an image of their passport, which is needed to extract the MRZ_information key from the Machine-Readable Zone.

This is a completely optional screen designed to help you integrate the SDK. You may use it in your production application, or simply use it as a tool to better understand the full process to reading ePassports.

  • The action performed when the user taps the “Scan” button

    Declaration

    Swift

    open var primaryAction: (() -> Void)?
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    required public init?(coder: NSCoder)
  • Undocumented

    Declaration

    Swift

    open override func viewDidLoad()