From 8c59d2033bee7131b94e1fef0739d631ecdff145 Mon Sep 17 00:00:00 2001 From: Juraj Fulir Date: Wed, 3 Jan 2018 17:09:58 +0100 Subject: [PATCH] Update README.md and Release notes --- README.md | 19 +++++++++---------- Release notes.md | 1 - 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7363654..0a524a7 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,14 @@ var types = ["PDF417", "UKDL", "MRTD"]; */ var imageTypes = ["IMAGE_SUCCESSFUL_SCAN", "IMAGE_FACE", "IMAGE_DOCUMENT"] +/** +* Language to be used in the scanning UI +* Available: +* - English: "en" +* - Croatian: "hr" +*/ +var language = "en" + // Note that each platform requires its own license key // This license key allows setting overlay views for this application ID: com.microblink.blinkid @@ -351,19 +359,10 @@ scanButton.addEventListener('click', function() { alert('Error: ' + err); }, - types, imageTypes, licenseiOs, licenseAndroid + types, imageTypes, licenseiOs, licenseAndroid, language ); }); ``` -* PDF417 - scans PDF417 barcodes -* USDL - scans barcodes located on the back of US driver's license -* Barcode - scans various types of codes (i.e. QR, UPCA, UPCE...). Types of scanned codes can be modified in plugin classes (Explained later in this readme). By default, scanned codes are set to: Code 39, Code 128, EAN 13, EAN 8, QR, UPCA, UPCE -* MRTD - scans Machine Readable Travel Document, contained in various IDs and passports -* EUDL - scans the front of European driver's license -* UKDL - scans the front of United Kingom driver's license -* DEDL - scans the front of German driver's license -* MyKad - scans the front of Malaysian ID cards -* DocumentFace - scans documents which contain owner's face image + Available scanners are: + **PDF417** - scans PDF417 barcodes diff --git a/Release notes.md b/Release notes.md index ed85e58..6af263b 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,7 +1,6 @@ ## 1.4.2 - added languages support for scanning window - out-of-the-box support for English and Croatian - - to add custom languages read [android](https://github.com/BlinkID/blinkid-android#-adding-new-language) and [ios]() documentation TODO - updated Android SDK to [v3.14.0](https://github.com/BlinkID/blinkid-android/releases/tag/v3.14.0) - introduced API changes regarding MyKad (read [release notes](https://github.com/BlinkID/blinkid-android/releases/tag/v3.14.0))