Skip to content

Commit

Permalink
Merge pull request #13 from MSkrilj/patch-1
Browse files Browse the repository at this point in the history
Update Release notes.md
  • Loading branch information
mijo-gracanin authored Jan 11, 2023
2 parents 5bfe0ab + d9de7c8 commit 45e9cb8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Release notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,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.
Expand All @@ -141,6 +137,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:

Expand Down

0 comments on commit 45e9cb8

Please sign in to comment.