- We have updated the plugin to Android SDK v6.4.0 and iOS SDK v6.4.0
Breaking API changes
- The plugin was built with v5.6.0 Capacitor
- The SDK we can scan IDs with Arabic and Cyrillic scripts.
- Renamed
BlinkIdRecognizer
toBlinkIdSingleSideRecognizer
- Renamed
BlinkIdCombinedRecognizer
toBlinkIdMultiSideRecognizer
- Added new classes:
StringResult
,DateResult
,Date
- If a recognizer supports multiple alphabets, its result class will return
StringResult
for results that previously returnedString
.
- If a recognizer supports multiple alphabets, its result class will return
DataMatchResult
andDataMatchDetailedInfo
are now merged intoDataMatchResult
- Added new
ClassAnonymizationSettings
setting that enables custom anonymization for any field per country, region, and type of document - Added new
AdditionalProcessingInfo
result type that provides information aboutmissingMandatoryFields
,invalidCharacterFields
, andextraPresentFields
- Added support for a lot of new documents, which can be found here
- Added new values to
Country
,Region
andType
enums.