MBPRegexParserResult
Objective-C
@interface MBPRegexParserResult : MBPParserResult <NSCopying>Swift
class MBPRegexParserResult : MBPParserResult, NSCopyingMBPDateParser that can extract date from OCR result.
- 
                  
                  Returns string containing parsed OCR result according to given regular expression. DeclarationObjective-C @property (nonatomic, strong, readonly) NSString *_Nonnull parsedString;Swift var parsedString: String { get }
 View on GitHub
            View on GitHub
          