MBIRegexParserResult


@interface MBIRegexParserResult : MBIParserResult <NSCopying>

MBIDateParser that can extract date from OCR result.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Returns string containing parsed OCR result according to given regular expression.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull parsedString;

    Swift

    var parsedString: String { get }