Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit c4eb8e7

Browse files
authored
Merge pull request #146 from BlinkID/jenkins/stable-build
2 parents d989156 + 5516666 commit c4eb8e7

File tree

61 files changed

+435
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+435
-278
lines changed

CHANGELOG.md

Lines changed: 141 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,137 +1,186 @@
11
# Release notes
22

3+
## 6.10.0
4+
5+
### New features
6+
7+
- **Improved reliability and first-time successful scanning experience**
8+
- **_Avoiding Double Scans of the Front Side_**: For a more reliable scanning process, BlinkID now prompts users to flip the document when they scan the front side twice. This improves the overall experience and reduces the chance of mistakes.
9+
- **_Starting with the Right Side_**: If users attempt to scan the back side of a document first, BlinkID will prompt them to begin with the front side. This feature ensures that users follow the correct order, leading to a more reliable and user-friendly experience.
10+
11+
### Expanded document coverage
12+
13+
#### New document versions for supported documents
14+
15+
- Sweden - Social Security Card - Back side
16+
- Bolivia - Driver's License - Back side
17+
- Brazil, Distrito Federal - Identity Card - Back side
18+
19+
#### Out of beta
20+
21+
- Colombia - Temporary Protection Permit
22+
23+
#### New beta documents support
24+
25+
- France - Professional ID
26+
- Mexico - Tax ID
27+
28+
#### New document versions for beta-supported documents
29+
30+
- Brazil, Parana - Identity Card - Back side
31+
- Brazil, Santa Catarina - Identity Card - Back side
32+
33+
#### New segments supported on documents
34+
35+
- Peru - Alien ID - MRZ
36+
37+
### Other changes
38+
39+
- Added `imageExtractionFailures` to `AdditionalProcessingInfo` - this allows clients to actively track if any `ImageExtractionType` (`FullDocument`, `Face`, `Signature`) is not visible on the presented document.
40+
- Added a new result member, `barcodeStepUsed`, to both `BlinkIdSingleSideRecognizer` and `BlinkIdMultiSideRecognizer`. This member indicates whether the barcode scanning step was utilized during the process.
41+
- Added two new settings for `BlinkIdSingleSideRecognizer` and `BlinkIdMultiSideRecognizer`:
42+
- `allowBarcodeScanOnly` - allows barcode recognition to proceed even if the initial extraction fails - set to `false` by default
43+
- `combineFrameResults` - enables the aggregation of data from multiple frames - set to `true` by default
44+
345
## 6.9.2
446

5-
- added new member `barcodeStepUsed` to `BlinkIDSingleSideRecognizer` and `BlinkIDMultiSideRecognizer` results
6-
- improved barcode scanning
47+
- added new member `barcodeStepUsed` to `BlinkIDSingleSideRecognizer` and `BlinkIDMultiSideRecognizer` results
48+
- improved barcode scanning
749

850
## 6.9.1
951

10-
- Fixes iOS camera selection logic when the system locale is set to Spanish
52+
- Fixes iOS camera selection logic when the system locale is set to Spanish
1153

1254
## 6.9.0
1355

1456
### New features
1557

1658
**Custom mandatory fields**
17-
- We’re introducing the option for customers to define their own set of mandatory fields. This feature allows greater flexibility in the scanning process by enabling the extraction of only the necessary information from identity documents. Now you can customize the process and focus on only those fields that are relevant to your use case.
18-
- Custom mandatory fields can be set at the document level or applied universally to all document types.
59+
60+
- We’re introducing the option for customers to define their own set of mandatory fields. This feature allows greater flexibility in the scanning process by enabling the extraction of only the necessary information from identity documents. Now you can customize the process and focus on only those fields that are relevant to your use case.
61+
- Custom mandatory fields can be set at the document level or applied universally to all document types.
1962

2063
### Expanded Document Coverage
2164

2265
#### New Documents Support
23-
- Austria - Polycarbonate Passport
24-
- Canada - Polycarbonate Passport
25-
- Ecuador - Paper Passport
26-
- Germany - eID
27-
- Guatemala - Alien ID
28-
- Iraq - Polycarbonate Passport
29-
- Namibia - Identity Card
30-
- Nepal - Polycarbonate Passport
31-
- Sweden - SIS ID
32-
- USA, Delaware - Identity Card
33-
- USA, Louisiana - Identity Card
34-
- USA, Vermont - Identity Card
66+
67+
- Austria - Polycarbonate Passport
68+
- Canada - Polycarbonate Passport
69+
- Ecuador - Paper Passport
70+
- Germany - eID
71+
- Guatemala - Alien ID
72+
- Iraq - Polycarbonate Passport
73+
- Namibia - Identity Card
74+
- Nepal - Polycarbonate Passport
75+
- Sweden - SIS ID
76+
- USA, Delaware - Identity Card
77+
- USA, Louisiana - Identity Card
78+
- USA, Vermont - Identity Card
3579

3680
#### New Document Versions for Supported Documents
37-
- Bolivia - Identity Card
38-
- Canada, British Columbia - Public Services Card
39-
- Finland - Identity Card
40-
- Greece - Identity Card
41-
- Malaysia - iKAD
42-
- Mexico, Nuevo Leon - Driver's License
43-
- Mexico, Tlaxcala - Driver's License
44-
- Morocco - Driver's License
45-
- Thailand - Polycarbonate Passport
46-
- USA - Alaska - Driver's License
47-
- USA - Alaska - Identity Card
48-
- USA - Connecticut - Identity Card
49-
- USA - Delaware - Driver's License
50-
- USA - District of Columbia - Driver's License
51-
- USA - Hawaii - Identity Card
52-
- USA - Idaho - Driver's License
53-
- USA - Indiana - Driver's License
54-
- USA - Indiana - Identity Card
55-
- USA - Iowa - Identity Card
56-
- USA - Kansas - Identity Card
57-
- USA - Kentucky - Identity Card
58-
- USA - Kentucky - Driver's License
59-
- USA - Maine - Identity Card
60-
- USA - Maine - Driver's License
61-
- USA - Michigan - Driver's License
62-
- USA - Minnesota - Driver's License
63-
- USA - Minnesota - Identity Card
64-
- USA - Montana - Identity Card
65-
- USA - Montana - Driver's License
66-
- USA - New Hampshire - Identity Card
67-
- USA - New Mexico - Driver's License
68-
- USA - New Mexico - Identity Card
69-
- USA - New York - Identity Card
70-
- USA - North Dakota - Identity Card
71-
- USA - Oregon - Identity Card
72-
- USA - Pennsylvania - Driver's License
73-
- USA - Rhode Island - Identity Card
74-
- USA - South Carolina - Identity Card
75-
- USA - Vermont - Driver's License
76-
- USA - Washington - Identity Card
77-
- USA - Wyoming - Driver's License
78-
- USA - Wyoming - Identity Card
81+
82+
- Bolivia - Identity Card
83+
- Canada, British Columbia - Public Services Card
84+
- Finland - Identity Card
85+
- Greece - Identity Card
86+
- Malaysia - iKAD
87+
- Mexico, Nuevo Leon - Driver's License
88+
- Mexico, Tlaxcala - Driver's License
89+
- Morocco - Driver's License
90+
- Thailand - Polycarbonate Passport
91+
- USA - Alaska - Driver's License
92+
- USA - Alaska - Identity Card
93+
- USA - Connecticut - Identity Card
94+
- USA - Delaware - Driver's License
95+
- USA - District of Columbia - Driver's License
96+
- USA - Hawaii - Identity Card
97+
- USA - Idaho - Driver's License
98+
- USA - Indiana - Driver's License
99+
- USA - Indiana - Identity Card
100+
- USA - Iowa - Identity Card
101+
- USA - Kansas - Identity Card
102+
- USA - Kentucky - Identity Card
103+
- USA - Kentucky - Driver's License
104+
- USA - Maine - Identity Card
105+
- USA - Maine - Driver's License
106+
- USA - Michigan - Driver's License
107+
- USA - Minnesota - Driver's License
108+
- USA - Minnesota - Identity Card
109+
- USA - Montana - Identity Card
110+
- USA - Montana - Driver's License
111+
- USA - New Hampshire - Identity Card
112+
- USA - New Mexico - Driver's License
113+
- USA - New Mexico - Identity Card
114+
- USA - New York - Identity Card
115+
- USA - North Dakota - Identity Card
116+
- USA - Oregon - Identity Card
117+
- USA - Pennsylvania - Driver's License
118+
- USA - Rhode Island - Identity Card
119+
- USA - South Carolina - Identity Card
120+
- USA - Vermont - Driver's License
121+
- USA - Washington - Identity Card
122+
- USA - Wyoming - Driver's License
123+
- USA - Wyoming - Identity Card
79124

80125
#### Out of Beta
81-
- European Union - Health Insurance Card
126+
127+
- European Union - Health Insurance Card
82128

83129
#### New Beta Documents Support
84-
- Democratic Republic of the Congo - Voter ID
85-
- Philippines - Alien ID
86-
- Philippines - Postal ID
87-
- Philippines - Work Permit
88-
- Philippines - Health Insurance Card
130+
131+
- Democratic Republic of the Congo - Voter ID
132+
- Philippines - Alien ID
133+
- Philippines - Postal ID
134+
- Philippines - Work Permit
135+
- Philippines - Health Insurance Card
89136

90137
#### New Document Versions for Beta-Supported Documents
91-
- Honduras - Paper Passport
92-
- Mexico, Sonora - Driver's License
93-
- Peru - Alien ID
94-
- Philippines - Alien ID
138+
139+
- Honduras - Paper Passport
140+
- Mexico, Sonora - Driver's License
141+
- Peru - Alien ID
142+
- Philippines - Alien ID
95143

96144
#### New Segments Supported on Documents
97-
- China Exit Entry Permit - MRZ
98-
- China Mainland Travel Permit Taiwan - MRZ
99-
- France Residence permit - `Remarks` & `ResidencePermitType`
100-
- Philippines Alien ID - `visaType`
145+
146+
- China Exit Entry Permit - MRZ
147+
- China Mainland Travel Permit Taiwan - MRZ
148+
- France Residence permit - `Remarks` & `ResidencePermitType`
149+
- Philippines Alien ID - `visaType`
101150

102151
#### Bug Fixes
103-
- German ID - Fixed issues in cases when documents contain multiple surnames.
104-
- Paraguay ID - Added support for parsing the smaller barcode found on the back side of the ID.
105-
- Bulgaria Driver’s License - The Address field is set to optional, improving the extraction process.
106-
- Improved MRZ parsing for the back side of the following identity documents:
107-
- Brazil Alien ID
108-
- Kenya ID
109-
- Bosnia and Herzegovina ID
110-
- Ivory Coast ID
111-
- Paraguay ID
112152

153+
- German ID - Fixed issues in cases when documents contain multiple surnames.
154+
- Paraguay ID - Added support for parsing the smaller barcode found on the back side of the ID.
155+
- Bulgaria Driver’s License - The Address field is set to optional, improving the extraction process.
156+
- Improved MRZ parsing for the back side of the following identity documents:
157+
- Brazil Alien ID
158+
- Kenya ID
159+
- Bosnia and Herzegovina ID
160+
- Ivory Coast ID
161+
- Paraguay ID
113162

114163
### API changes
115164

116-
- `ClassAnonymizationSettings` type now uses `classFilter` property of type `ClassFilter` instead of `country`, `region` and `type` properties
165+
- `ClassAnonymizationSettings` type now uses `classFilter` property of type `ClassFilter` instead of `country`, `region` and `type` properties
117166

118-
- New result members: `remarks`, `residencePermitType` and `visaType` added to `BlinkIdMultiSideRecognizerResult`, `BlinkIdSingleSideRecognizerResult` and `VIZResult`
167+
- New result members: `remarks`, `residencePermitType` and `visaType` added to `BlinkIdMultiSideRecognizerResult`, `BlinkIdSingleSideRecognizerResult` and `VIZResult`
119168

120-
- New field types: `Remarks`, `ResidencePermitType` and `VisaType` to `FieldType` enum
169+
- New field types: `Remarks`, `ResidencePermitType` and `VisaType` to `FieldType` enum
121170

122-
- Added new enum `AlphabetType`
171+
- Added new enum `AlphabetType`
123172

124-
- Added new type `DetailedFieldType`
173+
- Added new type `DetailedFieldType`
125174

126-
- Added new type `ClassFilter`
175+
- Added new type `ClassFilter`
127176

128-
- Added new type `CustomClassRules`
177+
- Added new type `CustomClassRules`
129178

130-
- Added new settings `customClassRules` as an array of `CustomClassRules` types for defining custom mandatory fields
179+
- Added new settings `customClassRules` as an array of `CustomClassRules` types for defining custom mandatory fields
131180

132-
- Added new region: `ALAGOAS` to `Region` enum
181+
- Added new region: `ALAGOAS` to `Region` enum
133182

134-
- Added new document types: `AFGHAN_CITIZEN_CARD`, `EID`, `PASS`, `SIS_ID` to `DocumentType` enum
183+
- Added new document types: `AFGHAN_CITIZEN_CARD`, `EID`, `PASS`, `SIS_ID` to `DocumentType` enum
135184

136185
## 6.8.0
137186

examples/blinkid-camera/javascript/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ function main()
3434
}
3535

3636
// 1. It's possible to obtain a free trial license key on microblink.com
37-
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWLms+Z2+bPv3qQKWQwSGu5HWQtiGmj3Qh0Vmmq3mSRGKjWqjOkTNrZR2cPKNa2sUNaN6YJOzq9suQCCrHGQHKiu1Pof8Mi65YfgPFCORAPlDRzFFIHhAsmc40yqk1PzLFaJFO4A9cBEGjyx0iCxIhBaSWBTN99L/sqXkdL+mJyS25rQ4PSHBZPMh9XN+0pf27BJ2xIEgOaIZJAo2fh3s6w0sj7qOS0RghqXxggFKmr5M9mz/q3x/01sZhhxKOGT+vxrtvC2/RuBRtzalC4zZPoQVxZjdCixLT2hClaCe7srqSc+nuNxrMQZ5A1Ghl9c4=";
37+
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWKOs8Z0uMfzPVt0azkN3b1FOq6ZNKszM2VyNNY3+FqBQ3b843+HCmgXrP+qJ1Veesmy6KYqKJoaaNmI/Fe6UYSgBtb4ac0AcaIIEYmoR29aEOa9FbJXrPucUiehMOLMT/ys4UsWmnJvlwLixGXu7j4cinhbOxNgtJKCuOhiK496of3w9IYgimBtT+HggAQODQW5ADPMy1vll7N1DooI7cYwm+13VOr7GrdKz/N8l8PhDI8aeyFMaicG+c1A80GcFD/SstMANEIs4tW3V2husInw1qiGz3XrnRWkg241L1SBJ/Q+IwTaxDUx5HPtcuPLA=";
3838

3939
if (window.location.hostname === "blinkid.github.io")
4040
{
41-
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRmaBZobhpCRHTpeFbak25lj9/gkMYK3Ch8K+TaVXALI8cccegrK/p5qXImpKgFXkD39HBpI1zUKVmdVFsccUdxeXLQ0vE71ZKwxOZvKtsX7i79ewHvtNC0+St0iKxur/ucw/e7K4EpBjpHeA2DzpN+HuVDgxZ7i2r7aQ+GhX29cqPQSLeVHXBGjxLEBqj/nOFii78SGWl5yfvBeQP+1w8eKDI6HlguOFI5ZDfR0EfrfQOFtCeIikbfvVWvHtxGump6hgTqtifd8KcfIekce56WDw17Vf11852hntlsYgLWCYNriWPYsbaXEYNCUeknoG2w==";
41+
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRmaH5oTh2IJLye04k8SNa7nfMSbK2kEywSy+qzdtrwWiD20kRwr6v9ej0bdqHNq208cNsqu4+rues70+vem4OK1/n8R/7nOMXbcxMtgmjIuBBi4WNSK48wBlnYKi4Ws+tEQQBDu2Gjh1usRwq77VxB+Yytf7uJs0NZeO1+PJPV1l3qF2Ln3isvkyoYqoElVf6OFjh1sTfWaE+IDLhimnUXISSXVBfIzzMzq3jQdGqKnlL8yOaCcpL+rp5qzJ+SLerq+f9nz1lMH5Wi6xrMtS2GhEAYyZ2cnN7Qi0vNqop34iN7EY7DUfTEcj87PAu1w4YA==";
4242
}
4343

4444
// 2. Create instance of SDK load settings with your license key

examples/blinkid-camera/javascript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ <h1 id="msg">Loading...</h1>
2424
</body>
2525

2626
<!-- Keep in mind that the jsDelivr CDN is used for demonstration, it's not intended to be used in production! -->
27-
<script src="https://cdn.jsdelivr.net/npm/@microblink/blinkid-in-browser-sdk@6.9.2/dist/blinkid-sdk.js"></script>
27+
<script src="https://cdn.jsdelivr.net/npm/@microblink/blinkid-in-browser-sdk@6.10.0/dist/blinkid-sdk.js"></script>
2828
<script src="app.js"></script>
2929
</html>

examples/blinkid-camera/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"typescript": "^3.9.5"
2020
},
2121
"dependencies": {
22-
"@microblink/blinkid-in-browser-sdk": "~6.9.2"
22+
"@microblink/blinkid-in-browser-sdk": "~6.10.0"
2323
}
2424
}

examples/blinkid-camera/typescript/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function main() {
3333
}
3434

3535
// 1. It's possible to obtain a free trial license key on microblink.com
36-
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWLms+Z2+bPv3qQKWQwSGu5HWQtiGmj3Qh0Vmmq3mSRGKjWqjOkTNrZR2cPKNa2sUNaN6YJOzq9suQCCrHGQHKiu1Pof8Mi65YfgPFCORAPlDRzFFIHhAsmc40yqk1PzLFaJFO4A9cBEGjyx0iCxIhBaSWBTN99L/sqXkdL+mJyS25rQ4PSHBZPMh9XN+0pf27BJ2xIEgOaIZJAo2fh3s6w0sj7qOS0RghqXxggFKmr5M9mz/q3x/01sZhhxKOGT+vxrtvC2/RuBRtzalC4zZPoQVxZjdCixLT2hClaCe7srqSc+nuNxrMQZ5A1Ghl9c4=";
36+
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWKOs8Z0uMfzPVt0azkN3b1FOq6ZNKszM2VyNNY3+FqBQ3b843+HCmgXrP+qJ1Veesmy6KYqKJoaaNmI/Fe6UYSgBtb4ac0AcaIIEYmoR29aEOa9FbJXrPucUiehMOLMT/ys4UsWmnJvlwLixGXu7j4cinhbOxNgtJKCuOhiK496of3w9IYgimBtT+HggAQODQW5ADPMy1vll7N1DooI7cYwm+13VOr7GrdKz/N8l8PhDI8aeyFMaicG+c1A80GcFD/SstMANEIs4tW3V2husInw1qiGz3XrnRWkg241L1SBJ/Q+IwTaxDUx5HPtcuPLA=";
3737

3838
// 2. Create instance of SDK load settings with your license key
3939
const loadSettings = new BlinkIDSDK.WasmSDKLoadSettings(licenseKey);

examples/blinkid-file/javascript/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ function main()
3030
}
3131

3232
// 1. It's possible to obtain a free trial license key on microblink.com
33-
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWLms+Z2+bPv3qQKWQwSGu5HWQtiGmj3Qh0Vmmq3mSRGKjWqjOkTNrZR2cPKNa2sUNaN6YJOzq9suQCCrHGQHKiu1Pof8Mi65YfgPFCORAPlDRzFFIHhAsmc40yqk1PzLFaJFO4A9cBEGjyx0iCxIhBaSWBTN99L/sqXkdL+mJyS25rQ4PSHBZPMh9XN+0pf27BJ2xIEgOaIZJAo2fh3s6w0sj7qOS0RghqXxggFKmr5M9mz/q3x/01sZhhxKOGT+vxrtvC2/RuBRtzalC4zZPoQVxZjdCixLT2hClaCe7srqSc+nuNxrMQZ5A1Ghl9c4=";
33+
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWKOs8Z0uMfzPVt0azkN3b1FOq6ZNKszM2VyNNY3+FqBQ3b843+HCmgXrP+qJ1Veesmy6KYqKJoaaNmI/Fe6UYSgBtb4ac0AcaIIEYmoR29aEOa9FbJXrPucUiehMOLMT/ys4UsWmnJvlwLixGXu7j4cinhbOxNgtJKCuOhiK496of3w9IYgimBtT+HggAQODQW5ADPMy1vll7N1DooI7cYwm+13VOr7GrdKz/N8l8PhDI8aeyFMaicG+c1A80GcFD/SstMANEIs4tW3V2husInw1qiGz3XrnRWkg241L1SBJ/Q+IwTaxDUx5HPtcuPLA=";
3434

3535
if (window.location.hostname === "blinkid.github.io")
3636
{
37-
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRmaBZobhpCRHTpeFbak25lj9/gkMYK3Ch8K+TaVXALI8cccegrK/p5qXImpKgFXkD39HBpI1zUKVmdVFsccUdxeXLQ0vE71ZKwxOZvKtsX7i79ewHvtNC0+St0iKxur/ucw/e7K4EpBjpHeA2DzpN+HuVDgxZ7i2r7aQ+GhX29cqPQSLeVHXBGjxLEBqj/nOFii78SGWl5yfvBeQP+1w8eKDI6HlguOFI5ZDfR0EfrfQOFtCeIikbfvVWvHtxGump6hgTqtifd8KcfIekce56WDw17Vf11852hntlsYgLWCYNriWPYsbaXEYNCUeknoG2w==";
37+
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRmaH5oTh2IJLye04k8SNa7nfMSbK2kEywSy+qzdtrwWiD20kRwr6v9ej0bdqHNq208cNsqu4+rues70+vem4OK1/n8R/7nOMXbcxMtgmjIuBBi4WNSK48wBlnYKi4Ws+tEQQBDu2Gjh1usRwq77VxB+Yytf7uJs0NZeO1+PJPV1l3qF2Ln3isvkyoYqoElVf6OFjh1sTfWaE+IDLhimnUXISSXVBfIzzMzq3jQdGqKnlL8yOaCcpL+rp5qzJ+SLerq+f9nz1lMH5Wi6xrMtS2GhEAYyZ2cnN7Qi0vNqop34iN7EY7DUfTEcj87PAu1w4YA==";
3838
}
3939

4040
// 2. Create instance of SDK load settings with your license key

examples/blinkid-file/javascript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ <h1>Processing...</h1>
2323
</body>
2424

2525
<!-- Keep in mind that the jsDelivr CDN is used for demonstration, it's not intended to be used in production! -->
26-
<script src="https://cdn.jsdelivr.net/npm/@microblink/blinkid-in-browser-sdk@6.9.2/dist/blinkid-sdk.js"></script>
26+
<script src="https://cdn.jsdelivr.net/npm/@microblink/blinkid-in-browser-sdk@6.10.0/dist/blinkid-sdk.js"></script>
2727
<script src="app.js"></script>
2828
</html>

examples/blinkid-file/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"typescript": "^3.9.5"
2020
},
2121
"dependencies": {
22-
"@microblink/blinkid-in-browser-sdk": "~6.9.2"
22+
"@microblink/blinkid-in-browser-sdk": "~6.10.0"
2323
}
2424
}

examples/blinkid-file/typescript/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function main() {
2929
}
3030

3131
// 1. It's possible to obtain a free trial license key on microblink.com
32-
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWLms+Z2+bPv3qQKWQwSGu5HWQtiGmj3Qh0Vmmq3mSRGKjWqjOkTNrZR2cPKNa2sUNaN6YJOzq9suQCCrHGQHKiu1Pof8Mi65YfgPFCORAPlDRzFFIHhAsmc40yqk1PzLFaJFO4A9cBEGjyx0iCxIhBaSWBTN99L/sqXkdL+mJyS25rQ4PSHBZPMh9XN+0pf27BJ2xIEgOaIZJAo2fh3s6w0sj7qOS0RghqXxggFKmr5M9mz/q3x/01sZhhxKOGT+vxrtvC2/RuBRtzalC4zZPoQVxZjdCixLT2hClaCe7srqSc+nuNxrMQZ5A1Ghl9c4=";
32+
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWKOs8Z0uMfzPVt0azkN3b1FOq6ZNKszM2VyNNY3+FqBQ3b843+HCmgXrP+qJ1Veesmy6KYqKJoaaNmI/Fe6UYSgBtb4ac0AcaIIEYmoR29aEOa9FbJXrPucUiehMOLMT/ys4UsWmnJvlwLixGXu7j4cinhbOxNgtJKCuOhiK496of3w9IYgimBtT+HggAQODQW5ADPMy1vll7N1DooI7cYwm+13VOr7GrdKz/N8l8PhDI8aeyFMaicG+c1A80GcFD/SstMANEIs4tW3V2husInw1qiGz3XrnRWkg241L1SBJ/Q+IwTaxDUx5HPtcuPLA=";
3333

3434
// 2. Create instance of SDK load settings with your license key
3535
const loadSettings = new BlinkIDSDK.WasmSDKLoadSettings(licenseKey);

examples/idbarcode/javascript/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ function main()
3131
}
3232

3333
// 1. It's possible to obtain a free trial license key on microblink.com
34-
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWLms+Z2+bPv3qQKWQwSGu5HWQtiGmj3Qh0Vmmq3mSRGKjWqjOkTNrZR2cPKNa2sUNaN6YJOzq9suQCCrHGQHKiu1Pof8Mi65YfgPFCORAPlDRzFFIHhAsmc40yqk1PzLFaJFO4A9cBEGjyx0iCxIhBaSWBTN99L/sqXkdL+mJyS25rQ4PSHBZPMh9XN+0pf27BJ2xIEgOaIZJAo2fh3s6w0sj7qOS0RghqXxggFKmr5M9mz/q3x/01sZhhxKOGT+vxrtvC2/RuBRtzalC4zZPoQVxZjdCixLT2hClaCe7srqSc+nuNxrMQZ5A1Ghl9c4=";
34+
let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWKOs8Z0uMfzPVt0azkN3b1FOq6ZNKszM2VyNNY3+FqBQ3b843+HCmgXrP+qJ1Veesmy6KYqKJoaaNmI/Fe6UYSgBtb4ac0AcaIIEYmoR29aEOa9FbJXrPucUiehMOLMT/ys4UsWmnJvlwLixGXu7j4cinhbOxNgtJKCuOhiK496of3w9IYgimBtT+HggAQODQW5ADPMy1vll7N1DooI7cYwm+13VOr7GrdKz/N8l8PhDI8aeyFMaicG+c1A80GcFD/SstMANEIs4tW3V2husInw1qiGz3XrnRWkg241L1SBJ/Q+IwTaxDUx5HPtcuPLA=";
3535

3636
if (window.location.hostname === "blinkid.github.io")
3737
{
38-
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRmaBZobhpCRHTpeFbak25lj9/gkMYK3Ch8K+TaVXALI8cccegrK/p5qXImpKgFXkD39HBpI1zUKVmdVFsccUdxeXLQ0vE71ZKwxOZvKtsX7i79ewHvtNC0+St0iKxur/ucw/e7K4EpBjpHeA2DzpN+HuVDgxZ7i2r7aQ+GhX29cqPQSLeVHXBGjxLEBqj/nOFii78SGWl5yfvBeQP+1w8eKDI6HlguOFI5ZDfR0EfrfQOFtCeIikbfvVWvHtxGump6hgTqtifd8KcfIekce56WDw17Vf11852hntlsYgLWCYNriWPYsbaXEYNCUeknoG2w==";
38+
licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRmaH5oTh2IJLye04k8SNa7nfMSbK2kEywSy+qzdtrwWiD20kRwr6v9ej0bdqHNq208cNsqu4+rues70+vem4OK1/n8R/7nOMXbcxMtgmjIuBBi4WNSK48wBlnYKi4Ws+tEQQBDu2Gjh1usRwq77VxB+Yytf7uJs0NZeO1+PJPV1l3qF2Ln3isvkyoYqoElVf6OFjh1sTfWaE+IDLhimnUXISSXVBfIzzMzq3jQdGqKnlL8yOaCcpL+rp5qzJ+SLerq+f9nz1lMH5Wi6xrMtS2GhEAYyZ2cnN7Qi0vNqop34iN7EY7DUfTEcj87PAu1w4YA==";
3939
}
4040

4141
// 2. Create instance of SDK load settings with your license key

0 commit comments

Comments
 (0)