diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3ba0c..8728486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Release notes +## 6.8.0 + +### New Features + +- BlinkID now extracts precise information about subtypes of driver’s licenses and ID cards (e.g., conditional driver’s license, learner’s permit, provision, enhanced, etc.). This information is included in the scanning results as a `documentSubtype` field allowing you to tailor workflows or processes based on document limitations. + +#### Bugfixes + +- Fixed data match for Paraguay ID 2023 to cover inconsistencies between the MRZ and Visual Inspection Zone (VIZ) + ## 6.7.2 ### Bugfix -- Fixes an issue introduced in 6.7.1 where the UI component overlay would not hide after finishing a scanning session. +- Fixes an issue introduced in 6.7.1 where the UI component overlay would not hide after finishing a scanning session. ## 6.7.1 diff --git a/examples/blinkid-camera/javascript/app.js b/examples/blinkid-camera/javascript/app.js index 758f9be..02ea339 100644 --- a/examples/blinkid-camera/javascript/app.js +++ b/examples/blinkid-camera/javascript/app.js @@ -34,11 +34,11 @@ function main() } // 1. It's possible to obtain a free trial license key on microblink.com - let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJnWLQMdzzxvWwjQZHI4s2rd7I0KHMw86xb35WSEee0cmaLw/OJMDQfwG1HOOk8gruABnd4HLxGb1oJDEFooQhjkDNTU8KIeo7zDMvJ1RnDaC2z4lLatC2iMZOI9mwLB40Iisq2/CK3nw7FyXOwvXsTbvw86gKoAXMuNPFc3fjA7bJTHXP13inz/gEHBW1rvzoVQnV9tXeOuIepQeuCDHRYWcOUtzRiCUEutpVGvdaebYGZKdxI2HJokvoM7VnOUMs2/4YdKeyfnjAXQJagAwW72EM6SJxvSaA1KyiDoC6AAvKCVWSVgetFpRJTafnJ79+U="; + let licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPk4/w35CpJlWKoMczzAp/iKR2qW/4nwtcCXSiSKu9YoFzoKTmMO8IKRerT6WDMIFQRt1U41dS0kPoxLWxHvcQIdWXm8AnRy6BfyX5avZswYQKidGTDqOEmn/wnhBTOPoMyBwEdEksInZPAelmlMZR7pLX4EaNg30x2G4+hX7CKdpY/MGx2SxDljR4QT+7ElLMI99Oqj89ixZeUr5Gk3rJ8y8NmO6jLlc+FjYWKVviCvccPPWyk8xPBL1Jh0AlmK0hx92IMWZzgIiuMebNZ6TGwSQ5AdWBwPzAe+kNHdxKU8nAm5ptkEaIMBxmht5y5L47RsMSKB0HDY="; if (window.location.hostname === "blinkid.github.io") { - licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRuaCDqVJCYvnodpNTe3tXl/9VHYxv0A/AI5Isx2uet6yrcvrvjizq0kC9XxVgXW7fMJkR8xNM3N0Vqvu/X9na6S7VvMxEV7ouLgvc0/62rjtIxYZv+Xm5UNO+ipDaJbL8zeYhhpveq+FYn2W+zRl/zPLuAWBM6cDpAx0lyxGUSJeXkXcE5C4oC7xAkti7rzMSqf5Pq1vJv6ZuasX6TjSfh7cBDhTKbkBRd9v9pVKMIrBIlfKC0/+WkKH3TEPvTKqmctVJCfoyuhIDpC05b3zz/u6drzN1PLcw06UfLORY+0fXDh91N0ak9/ZGG3WXwTeTQ=="; + licenseKey = "sRwAAAYRYmxpbmtpZC5naXRodWIuaW+qBF9hPYYlTvZbRmaFjqRJ6wlYFevcH8c6M22klh3WWWZ4JkFj+BXd7WdkCzgoKRMhhRnQR1BrBRNjkj30MBovbi0FlHEvQA6f+d8ZneoMzUMmEaFTbfjDoKgb3SqYeAz6XbAGP3731VKSVu1iheJAnusFSWtEluQm4enTVomWOONn+cl0ox2HEjUvnD86TDWpEZCrFaKcOasdxPU4R0joc3SlAKtkZJabfWTxZvdw6URPV+Xvbl/QOBuP9I5wB7nxdw0TnajaniqO3btU64LwID0nJ8NKrL19nrzJdzugK+XCSW/9/2dPfRSp1uDvd3SdeDZwNOCJyL8Jyg=="; } // 2. Create instance of SDK load settings with your license key diff --git a/examples/blinkid-camera/javascript/index.html b/examples/blinkid-camera/javascript/index.html index 97b21ea..2c196c2 100644 --- a/examples/blinkid-camera/javascript/index.html +++ b/examples/blinkid-camera/javascript/index.html @@ -24,6 +24,6 @@