MBRegexParserResult
@interface MBRegexParserResult : MBParserResult <NSCopying>
MBDateParser that can extract date from OCR result.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
Returns string containing parsed OCR result according to given regular expression.
Declaration
Objective-C
@property (readonly, strong, nonatomic) NSString *_Nonnull parsedString;
Swift
var parsedString: String { get }