@idscan/idvc2 2.4.17 → 2.5.0

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.
Files changed (201) hide show
  1. package/README.md +13 -1
  2. package/dist/css/idvc.css +1 -1
  3. package/dist/idvc.js +1684 -2
  4. package/dist/index.html +3 -4
  5. package/dist/js/defaultConfig.ts +0 -8
  6. package/dist/js/environment/langs.js +1 -1
  7. package/dist/js/environment/networkNames.json +5 -16
  8. package/dist/js/environment/stepsDescription.ts +2 -23
  9. package/dist/networks/156-9239-chunk.js +1 -0
  10. package/dist/networks/190-77ed-chunk.js +1 -0
  11. package/dist/networks/77-9e2f-chunk.js +1 -0
  12. package/dist/networks/Face-e375-chunk.js +1 -0
  13. package/dist/networks/MRZ-d498-chunk.js +1 -0
  14. package/dist/networks/PDF-78d2-chunk.js +1 -0
  15. package/dist/networks/ZXing-5410-chunk.js +1 -0
  16. package/dist/networks/angle03032023.onnx +0 -0
  17. package/dist/networks/classLocal03032023.onnx +0 -0
  18. package/dist/networks/faceDetection03032023.onnx +0 -0
  19. package/dist/networks/faceLandmark03032023.onnx +0 -0
  20. package/dist/networks/mrz03032023.onnx +0 -0
  21. package/dist/networks/ort-wasm-simd-threaded.wasm +0 -0
  22. package/dist/networks/ort-wasm-simd.wasm +0 -0
  23. package/dist/networks/ort-wasm-threaded.wasm +0 -0
  24. package/dist/networks/ort-wasm.wasm +0 -0
  25. package/package.json +24 -47
  26. package/dist/idvc.js.LICENSE.txt +0 -219
  27. package/dist/js/geometry.d.ts +0 -8
  28. package/dist/js/image.d.ts +0 -5
  29. package/dist/js/index.d.ts +0 -9
  30. package/dist/js/loop.d.ts +0 -21
  31. package/dist/js/mrz.d.ts +0 -105
  32. package/dist/networks/130-3968-chunk.js +0 -1
  33. package/dist/networks/215-cb9e-chunk.js +0 -1
  34. package/dist/networks/400-3816-chunk.js +0 -1
  35. package/dist/networks/716-d3a2-chunk.js +0 -1
  36. package/dist/networks/Face-4ffb-chunk.js +0 -1
  37. package/dist/networks/MRZ-d77b-chunk.js +0 -1
  38. package/dist/networks/PDF-89f3-chunk.js +0 -1
  39. package/dist/networks/ZXing-e76f-chunk.js +0 -1
  40. package/dist/networks/angles20210831.bin +0 -0
  41. package/dist/networks/angles20210831.json +0 -1
  42. package/dist/networks/asyncLoader-4593-chunk.js +0 -1
  43. package/dist/networks/cdnLoader-bdbc-chunk.js +0 -1
  44. package/dist/networks/classLocal20220112.bin +0 -0
  45. package/dist/networks/classLocal20220112.json +0 -1
  46. package/dist/networks/detectormodel20220817.bin +0 -0
  47. package/dist/networks/detectormodel20220817.json +0 -1
  48. package/dist/networks/facemesh20210831.bin +0 -0
  49. package/dist/networks/facemesh20210831.json +0 -1
  50. package/dist/networks/landmarkmodel20220817.bin +0 -0
  51. package/dist/networks/landmarkmodel20220817.json +0 -1
  52. package/dist/networks/mrz20220531.bin +0 -0
  53. package/dist/networks/mrz20220531.json +0 -1953
  54. package/dist/types/assets/images/barcode.d.ts +0 -2
  55. package/dist/types/assets/images/face.d.ts +0 -2
  56. package/dist/types/assets/images/front.d.ts +0 -2
  57. package/dist/types/assets/images/mrz.d.ts +0 -2
  58. package/dist/types/assets/images/pdf.d.ts +0 -2
  59. package/dist/types/bl.d.ts +0 -15
  60. package/dist/types/constatnts/camera.d.ts +0 -7
  61. package/dist/types/constatnts/imageProcessing.d.ts +0 -3
  62. package/dist/types/context.d.ts +0 -119
  63. package/dist/types/controllers/LoggerController.d.ts +0 -13
  64. package/dist/types/controllers/ModuleController.d.ts +0 -57
  65. package/dist/types/core/LicenseVerificationWasmCore.d.ts +0 -2
  66. package/dist/types/core/Logger.d.ts +0 -10
  67. package/dist/types/core/blurCore.d.ts +0 -2
  68. package/dist/types/core/libheif2.d.ts +0 -2
  69. package/dist/types/core/libmrzdecode.d.ts +0 -2
  70. package/dist/types/core/libpdf417.d.ts +0 -2
  71. package/dist/types/core/wasmpico.d.ts +0 -2
  72. package/dist/types/core/zxing_reader.d.ts +0 -2
  73. package/dist/types/custom_tfjs/custom_ops_for_converter.d.ts +0 -28
  74. package/dist/types/custom_tfjs/custom_tfjs.d.ts +0 -3
  75. package/dist/types/custom_tfjs/custom_tfjs_core.d.ts +0 -1
  76. package/dist/types/defaultConfig.d.ts +0 -56
  77. package/dist/types/environment/designations.d.ts +0 -5
  78. package/dist/types/environment/documentTypes.d.ts +0 -26
  79. package/dist/types/environment/langs.d.ts +0 -88
  80. package/dist/types/environment/loopResult.d.ts +0 -8
  81. package/dist/types/environment/realFaceModes.d.ts +0 -22
  82. package/dist/types/environment/stepsDescription.d.ts +0 -71
  83. package/dist/types/environment/triangulation.d.ts +0 -18
  84. package/dist/types/helpers/canvas.d.ts +0 -22
  85. package/dist/types/helpers/color.d.ts +0 -8
  86. package/dist/types/helpers/dataManipulation.d.ts +0 -27
  87. package/dist/types/helpers/detectLanguage.d.ts +0 -3
  88. package/dist/types/helpers/eventListeners.d.ts +0 -14
  89. package/dist/types/helpers/geometry.d.ts +0 -27
  90. package/dist/types/helpers/html.d.ts +0 -26
  91. package/dist/types/helpers/image.d.ts +0 -32
  92. package/dist/types/helpers/imageprocessing.d.ts +0 -11
  93. package/dist/types/helpers/licenceKeyError.d.ts +0 -6
  94. package/dist/types/helpers/logger.d.ts +0 -8
  95. package/dist/types/helpers/manualUpload.d.ts +0 -7
  96. package/dist/types/helpers/math.d.ts +0 -37
  97. package/dist/types/helpers/mobileChecker.d.ts +0 -15
  98. package/dist/types/helpers/numbers.d.ts +0 -2
  99. package/dist/types/helpers/step-background.d.ts +0 -2
  100. package/dist/types/helpers/strings.d.ts +0 -9
  101. package/dist/types/helpers/time.d.ts +0 -11
  102. package/dist/types/helpers/ts/common.d.ts +0 -3
  103. package/dist/types/helpers/updateSelecetTypes.d.ts +0 -2
  104. package/dist/types/helpers/validators.d.ts +0 -44
  105. package/dist/types/helpers/windowTensorFlow.d.ts +0 -7
  106. package/dist/types/idvc.d.ts +0 -19
  107. package/dist/types/initialize.d.ts +0 -11
  108. package/dist/types/loader/asyncLoader.d.ts +0 -2
  109. package/dist/types/loader/cdn/cdnFace.d.ts +0 -2
  110. package/dist/types/loader/cdn/cdnMRZ.d.ts +0 -4
  111. package/dist/types/loader/cdn/cdnPDF.d.ts +0 -4
  112. package/dist/types/loader/cdnLoader.d.ts +0 -2
  113. package/dist/types/loader/loadTf.d.ts +0 -2
  114. package/dist/types/loader/loaderFace.d.ts +0 -2
  115. package/dist/types/loader/loaderMRZ.d.ts +0 -4
  116. package/dist/types/loader/loaderMeshFace.d.ts +0 -3
  117. package/dist/types/loader/loaderPDF.d.ts +0 -3
  118. package/dist/types/loader/loaderSelect.d.ts +0 -2
  119. package/dist/types/loader/loaderUploadMode.d.ts +0 -1
  120. package/dist/types/loader/loaderZXing.d.ts +0 -2
  121. package/dist/types/loader/meshfaceConfig.d.ts +0 -3
  122. package/dist/types/loader/syncLoader.d.ts +0 -63
  123. package/dist/types/loop.d.ts +0 -13
  124. package/dist/types/loopControl.d.ts +0 -10
  125. package/dist/types/modules/BarcodeModule.d.ts +0 -28
  126. package/dist/types/modules/Config.d.ts +0 -131
  127. package/dist/types/modules/Face.d.ts +0 -61
  128. package/dist/types/modules/FrontProcessing.d.ts +0 -7
  129. package/dist/types/modules/MeshFace.d.ts +0 -52
  130. package/dist/types/modules/MetaData.d.ts +0 -10
  131. package/dist/types/modules/MrzModule.d.ts +0 -114
  132. package/dist/types/modules/PdfModule.d.ts +0 -79
  133. package/dist/types/modules/SimpleFace.d.ts +0 -18
  134. package/dist/types/modules/Step.d.ts +0 -65
  135. package/dist/types/modules/blur.d.ts +0 -4
  136. package/dist/types/modules/browwserCompatibilities.d.ts +0 -6
  137. package/dist/types/modules/camera.d.ts +0 -14
  138. package/dist/types/modules/cameraManager.d.ts +0 -9
  139. package/dist/types/modules/fileType.d.ts +0 -1
  140. package/dist/types/modules/frameQuality.d.ts +0 -10
  141. package/dist/types/modules/heic.d.ts +0 -11
  142. package/dist/types/modules/image.d.ts +0 -13
  143. package/dist/types/modules/initErrorHandler.d.ts +0 -10
  144. package/dist/types/modules/licenseKeyChecker.d.ts +0 -1
  145. package/dist/types/modules/manualUpload.d.ts +0 -7
  146. package/dist/types/modules/manualUploadProcessing.d.ts +0 -30
  147. package/dist/types/modules/mediaDevices.d.ts +0 -2
  148. package/dist/types/modules/moduleInitializer.d.ts +0 -8
  149. package/dist/types/modules/step-functions/face.d.ts +0 -2
  150. package/dist/types/modules/step-result-processing/barcode.d.ts +0 -2
  151. package/dist/types/modules/step-result-processing/common.d.ts +0 -1
  152. package/dist/types/modules/step-result-processing/mrz.d.ts +0 -2
  153. package/dist/types/modules/step-result-processing/pdf.d.ts +0 -2
  154. package/dist/types/modules/step-result-processing/simpleFace.d.ts +0 -2
  155. package/dist/types/modules/step-result-processing/volumeFace.d.ts +0 -3
  156. package/dist/types/modules/stepFunctions.d.ts +0 -5
  157. package/dist/types/modules/stepResultProcessing.d.ts +0 -9
  158. package/dist/types/modules/ui/Flashlight.d.ts +0 -17
  159. package/dist/types/modules/ui/MaskCapture.d.ts +0 -52
  160. package/dist/types/modules/ui/MessageBox.d.ts +0 -19
  161. package/dist/types/modules/ui/Modal.d.ts +0 -20
  162. package/dist/types/modules/ui/SelectDocumentType.d.ts +0 -45
  163. package/dist/types/modules/ui/forceCaptruringBtn.d.ts +0 -12
  164. package/dist/types/modules/ui/hints.d.ts +0 -17
  165. package/dist/types/modules/ui/limitations.d.ts +0 -2
  166. package/dist/types/modules/ui/manualSwitchBtn.d.ts +0 -30
  167. package/dist/types/modules/ui/spinner.d.ts +0 -13
  168. package/dist/types/modules/ui/swiper.d.ts +0 -3
  169. package/dist/types/modules/uploader.d.ts +0 -59
  170. package/dist/types/modules/validation/ValidateBool.d.ts +0 -5
  171. package/dist/types/modules/validation/ValidateDocumentTypes.d.ts +0 -20
  172. package/dist/types/modules/validation/ValidateElement.d.ts +0 -5
  173. package/dist/types/modules/validation/ValidateFunction.d.ts +0 -5
  174. package/dist/types/modules/validation/ValidateNumber.d.ts +0 -5
  175. package/dist/types/modules/validation/ValidateString.d.ts +0 -5
  176. package/dist/types/modules/validation/ValidateStringInArray.d.ts +0 -12
  177. package/dist/types/modules/validation/showValidationError.d.ts +0 -2
  178. package/dist/types/modules/validation/validatorFactory.d.ts +0 -10
  179. package/dist/types/modules/validator.d.ts +0 -10
  180. package/dist/types/neural models/07072019/exits.d.ts +0 -2
  181. package/dist/types/neural models/08072019/exits.d.ts +0 -2
  182. package/dist/types/neural models/09072019/exits.d.ts +0 -2
  183. package/dist/types/neural models/10072019/exits.d.ts +0 -2
  184. package/dist/types/neural models/10072019/labels.d.ts +0 -541
  185. package/dist/types/neural models/angles/exits.d.ts +0 -2
  186. package/dist/types/neural models/classLocal/exits.d.ts +0 -2
  187. package/dist/types/neural models/classLocalModel.d.ts +0 -9
  188. package/dist/types/neural models/keras/exits.d.ts +0 -2
  189. package/dist/types/neural models/model.d.ts +0 -18
  190. package/dist/types/neural models/mrz/exits.d.ts +0 -2
  191. package/dist/types/neural models/mrzModel.d.ts +0 -10
  192. package/dist/types/neural models/neuralModel.d.ts +0 -20
  193. package/dist/types/neural models/stick/exits.d.ts +0 -2
  194. package/dist/types/stepProcessing.d.ts +0 -27
  195. package/dist/types/types/enums/realFace.d.ts +0 -5
  196. package/dist/types/types/modules/camera.enum.d.ts +0 -18
  197. package/dist/types/ui.d.ts +0 -117
  198. package/dist/types/util.d.ts +0 -34
  199. package/dist/types/workers/blurWorker.d.ts +0 -1
  200. package/dist/types/workers/bubbleWorker.d.ts +0 -1
  201. package/dist/types/workers/loadNetworksWorker.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.