@idscan/idvc2 2.12.0 → 2.12.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/README.md +7 -0
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/dist/js/environment/langs.js +1 -1
- package/dist/langs.js.gzip +0 -0
- package/dist/networks/GeneralTypeDetectionYolo-chunk.js +1 -1
- package/dist/types/environment/langs.d.ts +1 -0
- package/dist/types/modules/Spinner/Loader.d.ts +8 -8
- package/dist/types/modules/ui/SelectDocumentType.d.ts +7 -7
- package/dist/types/neural models/generalTypeDetectionYoloModel.d.ts +16 -2
- package/dist/types/neural models/neuralModel.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,6 +82,13 @@ import IDVC from '@idscan/idvc2'
|
|
|
82
82
|
|
|
83
83
|
## Version history
|
|
84
84
|
|
|
85
|
+
- **2.12.2**
|
|
86
|
+
- feat: improved manual upload capture
|
|
87
|
+
|
|
88
|
+
- **2.12.1**
|
|
89
|
+
- fix: error when calling the reloadComponent method
|
|
90
|
+
- fix: the spinner was partially displayed on iOS devices
|
|
91
|
+
|
|
85
92
|
- **2.12.0**
|
|
86
93
|
- feat: improved capture of the back side of the document on the 'pdf' step type. Now the entire back side with 4 corners is captured
|
|
87
94
|
- feat: css styles are now embedded on the page automatically. no need to import them manually anymore
|