From d9de7c88d5b8a4e8d3ec710aa2f731e85f5bd5ac Mon Sep 17 00:00:00 2001 From: MSkrilj Date: Wed, 25 Nov 2020 11:26:17 +0100 Subject: [PATCH] Update Release notes.md --- Release notes.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Release notes.md b/Release notes.md index d4b2cb0..ea027a0 100644 --- a/Release notes.md +++ b/Release notes.md @@ -8,14 +8,10 @@ As of this version, BlinkCard SDK is fully compatible with other Microblink SDKs, which means that you can use it with other Microblink SDKs in the same application. -- BlinkCard v2.0 now scans and extracts data from payment cards with all the information on the back side! - - MBCBlinkCardRecognizer is a Combined recognizer, which means it's designed for scanning **both sides of a card**. However, if all required data is found on the first side, BlinkCard doesn’t require scanning of the back side. In that case, you'll receive results after scanning the side that contains all the information. A set of required fields is defined through the recognizer's settings. - "Front side" and "back side" are terms more suited to ID scanning. We start the scanning process with the **side containing the card number**. This makes the UX easier for users with cards where all data is on the back side. -- We've expanded the set of possible recognizer states with **StageValid**. This state is set when first side scanning completes with valid data, and second side scanning is required. - - Available [`MBCBlinkCardRecognizer`](https://blinkcard.github.io/blinkcard-ios/Classes/MBCBlinkCardRecognizer.html): - You can toggle mandatory **extraction** of all fields except the PAN. - You can enable the **blur filter**. When blur filtering is enabled, blurred frames are discarded. Otherwise, we process the blurred frames but set the blur indicator result member. @@ -42,6 +38,7 @@ As of this version, BlinkCard SDK is fully compatible with other Microblink SDKs - FieldIdentificationFailed - if we detected a field, but we're unable to parse it (possible glare issues, or a finger covering the field) - ImageReturnFailed - failed to return requested images - UnsupportedCard - this card layout is currently unsupported. +- We've expanded the set of possible recognizer states with **StageValid**. This state is set when first side scanning completes with valid data, and second side scanning is required. ### New features: