Skip to content

Commit

Permalink
Merge pull request #17 from BlinkID/jenkins/stable-build
Browse files Browse the repository at this point in the history
Automatically built release by Jenkins
  • Loading branch information
MirzaMesic777 authored Oct 27, 2022
2 parents 1eec113 + 259975e commit 371de63
Show file tree
Hide file tree
Showing 68 changed files with 9,415 additions and 5,652 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.18.0
16.3.0
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "12.18"
- "16.3"
script:
- npm run prepublishOnly
- npm run build
- npm run build
103 changes: 103 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,108 @@
# Release notes

## 5.20.0

### New feature:

* ML models with new architecture that result in further 8% decrease in error rate

### Support for 8 new document types:

#### Northern America

* USA - Polycarbonate Passport
* USA - Nebraska - ID Card
* USA - New York - ID Card
* USA - Utah - ID Card

#### Latin America and the Caribbean

* Mexico - Polycarbonate Passport
* Brazil - Sao Paolo - ID Card

#### Europe

* Austria - Residence Permit

#### Asia

* Philippines - ID Card

### Back side support added:

* Australia - South Australia - Driving license

### Added support for 29 new versions of already supported documents:

* Australia - Northern Territory - Proof of Age Card
* Belgium - Minors ID Card
* Belgium - Residence Permit
* Bolivia - ID Card
* Croatia - Residence Permit
* Cyprus - ID Card
* Czechia - ID card
* Czechia - Residence Permit
* Dominican Republic - Paper Passport
* Greece - Residence Permit
* Italy - Residence Permit
* Ivory Coast - Driving license
* Kuwait - Driving license
* Mexico - Jalisco - Driving license
* Mexico - Nuevo Leon - Driving license
* Peru - ID Card
* Poland - Driving license
* Slovenia - ID Card
* Sweden - ID Card
* Sweden - Polycarbonate Passport
* USA - Georgia - ID Card
* USA - Iowa - ID Card
* USA - Kansas - Driving license
* USA - Maryland - ID Card
* USA - Nebraska - ID Card
* USA - New York - Driving license
* USA - New York - ID Card
* USA - Oklahoma - Driving license
* Vietnam - ID Card

### These documents are no longer BETA:

* Finland - Residence Permit
* Guatemala - Driving license

### Added support for 2 new ID types in BETA:

* Antigua and Barbuda - Driving license
* Mexico - Professional ID Card

### Changes to BlinkID(Combined) Recognizer

* ClassInfo:
* Added to JSON serialization:
* isoNumericCountryCode
* isoAlpha2CountryCode
* isoAlpha3CountryCode

* BarcodeData:
* JSON serialization update: stringData member is now in base64 format

* Added new item to enums:
* Region:
* Sao Paulo, when scanning Brazilian Driving licenses

* Fixed scanning for Argentina ID - there were confusions for Veteran ID, now we enabled successful extraction on Veteran ID as well

### Bugfixes

* We've fixed a bug with CSS `::part()` pseudo-selector to enable safe CSS customization of nested elements like `mb-camera-toolbar`.

### Optimizing camera usage

* We are now preventing aborting the scanning process when using the UI component until the camera is not being fully initialized due to potential issues with reusing the camera's resources.

### Environment changes

* We've updated environment to Node v16.3.0.

## 5.18.0

### New feature:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Build Status](https://travis-ci.org/BlinkID/blinkid-imagecapture-in-browser.svg?branch=master)](https://travis-ci.org/BlinkID/blinkid-imagecapture-in-browser) [![npm version](https://badge.fury.io/js/%40microblink%2Fblinkid-imagecapture-in-browser-sdk.svg)](https://badge.fury.io/js/%40microblink%2Fblinkid-imagecapture-in-browser-sdk)

With BlinkID ImageCapture In-browser SDK, your users can scan their identity documents straight from their web browser. The SDK acts as a frontend component for Microblink's [BlinkID Cloud API](https://microblink.com/products/blinkid/cloud-api) and [BlinkID Self-hosted API](https://microblink.com/products/blinkid/self-hosted-api). It captures a high-quality image of an identity document inside a web browser and guarantees a successful scan when the image is sent to one of our backend services for processing.
With BlinkID ImageCapture In-browser SDK, your users can scan their identity documents straight from their web browser. The SDK acts as a frontend component for Microblink's [BlinkID Cloud API](https://docs.microblink.com/documentation/cloudapi/overview.html#introduction) and [BlinkID Self-hosted API](https://docs.microblink.com/documentation/self-hosted/current/overview.html#introduction). It captures a high-quality image of an identity document inside a web browser and guarantees a successful scan when the image is sent to one of our backend services for processing.

The SDK offers a number of benefits that will help you build a more seamless onboarding experience for your users:

Expand Down Expand Up @@ -730,13 +730,13 @@ Requirements:
Minimal browser versions with support for all features required by BlinkID ImageCapture.
|Chrome|Safari|Edge|Firefox|Opera|iOS Safari|Android Browser|Opera Mobile|Chrome for Android|Firefox for Android|
|------|------|----|-------|-----|----------|---------------|------------|------------------|-------------------|
| 57| 11| 79| 52| 44| 14| 81| 59| 86| 82|
|Chrome|Safari|Edge|Firefox|Opera|iOS Safari|Android Browser|Chrome for Android|Firefox for Android|
|------|------|----|-------|-----|----------|---------------|------------------|-------------------|
| 96| 15| 93| 79| 82| 15| 81| 96| 79|
Internet Explorer is **not supported**.
*Source: [caniuse](https://caniuse.com/wasm)*
*Sources: [caniuse](https://caniuse.com/wasm) and [WebAssembly Roadmap](https://webassembly.org/roadmap/)*
## <a name="camera-devices"></a> Camera devices
Expand Down
Loading

0 comments on commit 371de63

Please sign in to comment.