MBIRawParserResult


@interface MBIRawParserResult : MBIParserResult <NSCopying>

MBIDateParser that can extract date from OCR result.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Extracted date string.

    Declaration

    Objective-C

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

    Swift

    var rawText: String { get }