DSPassportOptions

@objc
public class DSPassportOptions : DSOptions

Configuration options for scanning Passports

  • Undocumented

    Declaration

    Swift

    @objc
    public var detectMRZ: Bool { get set }
  • The method in which the Machine-Readable Zone should be captured, if at all. Defaults to .detect.

    Declaration

    Swift

    @objc
    public var mrzCaptureMethod: DSMRZCaptureMethod