You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added support for scanning Malaysian iKad documents
PPDateOcrParser returns result as NSDate object and as original date NSString
added methods specificParsedResultForName: and specificParsedResultForName:parserGroup: to PPTemplatingRecognizerResult (PPBlinkOcrRecognizerResult) which returns specific parser results, e.g. NSDate for PPDateOcrParser
added support for scanning front and back side of Serbian ID cards
improved IBAN parser
PPMrtdRecognizerResult now returns date of expiry and date of birth as NSDate instead of NSString
all recognizer results (classes that derive PPRecognizerResult) now have annotated nullability for their getters. Some of them used to assume non-null, while still returning nil sometimes. This has now been corrected and all getters are _Nullable