uqudosdk-web 3.3.0 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 3.3.2
|
|
2
|
+
|
|
3
|
+
- Added scan support for Iraqi ID
|
|
4
|
+
|
|
5
|
+
## 3.3.1
|
|
6
|
+
|
|
7
|
+
- We have introduced a new document type called MRZ. This document type allows you to scan documents with MRZ type TD1 or TD3
|
|
8
|
+
- Resolved a bug that was impacting the facial recognition results on devices with zoom levels exceeding 100%
|
|
9
|
+
|
|
1
10
|
## 3.3.0
|
|
2
11
|
|
|
3
12
|
- In this latest release, we've revamped the facial recognition step. We've eliminated the nodding step, transforming facial recognition into a straightforward process easy as capturing a selfie. Under the hood, numerous enhancements have been implemented to ensure speed, simplicity, and enhanced accuracy. There are no changes in terms of business logic for your integration process.
|