idmission-web-sdk 1.0.379 → 1.0.380

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.
@@ -49,7 +49,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
49
49
  var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
50
50
  var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
51
51
 
52
- var webSdkVersion = '1.0.379';
52
+ var webSdkVersion = '1.0.380';
53
53
 
54
54
  function getPlatform() {
55
55
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -2273,7 +2273,7 @@ var defaultDocumentDetectionThresholds = {
2273
2273
  var detectors = {};
2274
2274
  function loadDocumentDetector(modelAssetPath, scoreThreshold) {
2275
2275
  if (scoreThreshold === void 0) {
2276
- scoreThreshold = 0.1;
2276
+ scoreThreshold = 0;
2277
2277
  }
2278
2278
  return tslib.__awaiter(this, void 0, void 0, function () {
2279
2279
  var id, _a, _b, _c, _d;