Skip to content

Commit

Permalink
Update README.md and Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Fulir committed Jan 3, 2018
1 parent b007ea7 commit 8c59d20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down

0 comments on commit 8c59d20

Please sign in to comment.