MBPRegexParserResult
Objective-C
@interface MBPRegexParserResult : MBPParserResult <NSCopying>
Swift
class MBPRegexParserResult : MBPParserResult, NSCopying
MBPDateParser that can extract date from OCR result.
-
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 }