2.8.0
Improvements
- Included hand, photocopy, and screen detection models to achieve liveness functionality
- Added anonymization info on which side was anonymized. String data is anonymized using an asterisk instead of blanking the result.
- Expanded the number of supported credit card types by 100%.
- Improved data extraction, including a 30% reduction in incorrect processing of CVV field.
What's new in the BlinkCard Recognizer?
- Added new properties
handScaleThreshold
,handDocumentOverlapThreshold
,screenAnalysisMatchLevel
,photocopyAnalysisMatchLevel
. These settings define behaviour of the new liveness features. - Added a new delegate
BlinkCardRecognizerDelegate
with a callbacklivenessStatusCallback
that is called when each side of a card is scanned. It is called with one parameter, aLivenessStatus
enum.
BlinkCard Recognizer Result
- Two new booleans:
firstSideAnonymized
andsecondSideAnonymized
. - New property
DocumentLivenessCheckResult
which has new liveness model results.