MBIbanParserResult


@interface MBIbanParserResult : MBParserResult <NSCopying>

MBAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Returns the rparsed IBAN or empty string if recognition failed.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nullable) NSString *iban;

    Swift

    var iban: String? { get }