@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.
- package/README.md +13 -1
- package/dist/css/idvc.css +1 -1
- package/dist/idvc.js +1684 -2
- package/dist/index.html +3 -4
- package/dist/js/defaultConfig.ts +0 -8
- package/dist/js/environment/langs.js +1 -1
- package/dist/js/environment/networkNames.json +5 -16
- package/dist/js/environment/stepsDescription.ts +2 -23
- package/dist/networks/156-9239-chunk.js +1 -0
- package/dist/networks/190-77ed-chunk.js +1 -0
- package/dist/networks/77-9e2f-chunk.js +1 -0
- package/dist/networks/Face-e375-chunk.js +1 -0
- package/dist/networks/MRZ-d498-chunk.js +1 -0
- package/dist/networks/PDF-78d2-chunk.js +1 -0
- package/dist/networks/ZXing-5410-chunk.js +1 -0
- package/dist/networks/angle03032023.onnx +0 -0
- package/dist/networks/classLocal03032023.onnx +0 -0
- package/dist/networks/faceDetection03032023.onnx +0 -0
- package/dist/networks/faceLandmark03032023.onnx +0 -0
- package/dist/networks/mrz03032023.onnx +0 -0
- package/dist/networks/ort-wasm-simd-threaded.wasm +0 -0
- package/dist/networks/ort-wasm-simd.wasm +0 -0
- package/dist/networks/ort-wasm-threaded.wasm +0 -0
- package/dist/networks/ort-wasm.wasm +0 -0
- package/package.json +24 -47
- package/dist/idvc.js.LICENSE.txt +0 -219
- package/dist/js/geometry.d.ts +0 -8
- package/dist/js/image.d.ts +0 -5
- package/dist/js/index.d.ts +0 -9
- package/dist/js/loop.d.ts +0 -21
- package/dist/js/mrz.d.ts +0 -105
- package/dist/networks/130-3968-chunk.js +0 -1
- package/dist/networks/215-cb9e-chunk.js +0 -1
- package/dist/networks/400-3816-chunk.js +0 -1
- package/dist/networks/716-d3a2-chunk.js +0 -1
- package/dist/networks/Face-4ffb-chunk.js +0 -1
- package/dist/networks/MRZ-d77b-chunk.js +0 -1
- package/dist/networks/PDF-89f3-chunk.js +0 -1
- package/dist/networks/ZXing-e76f-chunk.js +0 -1
- package/dist/networks/angles20210831.bin +0 -0
- package/dist/networks/angles20210831.json +0 -1
- package/dist/networks/asyncLoader-4593-chunk.js +0 -1
- package/dist/networks/cdnLoader-bdbc-chunk.js +0 -1
- package/dist/networks/classLocal20220112.bin +0 -0
- package/dist/networks/classLocal20220112.json +0 -1
- package/dist/networks/detectormodel20220817.bin +0 -0
- package/dist/networks/detectormodel20220817.json +0 -1
- package/dist/networks/facemesh20210831.bin +0 -0
- package/dist/networks/facemesh20210831.json +0 -1
- package/dist/networks/landmarkmodel20220817.bin +0 -0
- package/dist/networks/landmarkmodel20220817.json +0 -1
- package/dist/networks/mrz20220531.bin +0 -0
- package/dist/networks/mrz20220531.json +0 -1953
- package/dist/types/assets/images/barcode.d.ts +0 -2
- package/dist/types/assets/images/face.d.ts +0 -2
- package/dist/types/assets/images/front.d.ts +0 -2
- package/dist/types/assets/images/mrz.d.ts +0 -2
- package/dist/types/assets/images/pdf.d.ts +0 -2
- package/dist/types/bl.d.ts +0 -15
- package/dist/types/constatnts/camera.d.ts +0 -7
- package/dist/types/constatnts/imageProcessing.d.ts +0 -3
- package/dist/types/context.d.ts +0 -119
- package/dist/types/controllers/LoggerController.d.ts +0 -13
- package/dist/types/controllers/ModuleController.d.ts +0 -57
- package/dist/types/core/LicenseVerificationWasmCore.d.ts +0 -2
- package/dist/types/core/Logger.d.ts +0 -10
- package/dist/types/core/blurCore.d.ts +0 -2
- package/dist/types/core/libheif2.d.ts +0 -2
- package/dist/types/core/libmrzdecode.d.ts +0 -2
- package/dist/types/core/libpdf417.d.ts +0 -2
- package/dist/types/core/wasmpico.d.ts +0 -2
- package/dist/types/core/zxing_reader.d.ts +0 -2
- package/dist/types/custom_tfjs/custom_ops_for_converter.d.ts +0 -28
- package/dist/types/custom_tfjs/custom_tfjs.d.ts +0 -3
- package/dist/types/custom_tfjs/custom_tfjs_core.d.ts +0 -1
- package/dist/types/defaultConfig.d.ts +0 -56
- package/dist/types/environment/designations.d.ts +0 -5
- package/dist/types/environment/documentTypes.d.ts +0 -26
- package/dist/types/environment/langs.d.ts +0 -88
- package/dist/types/environment/loopResult.d.ts +0 -8
- package/dist/types/environment/realFaceModes.d.ts +0 -22
- package/dist/types/environment/stepsDescription.d.ts +0 -71
- package/dist/types/environment/triangulation.d.ts +0 -18
- package/dist/types/helpers/canvas.d.ts +0 -22
- package/dist/types/helpers/color.d.ts +0 -8
- package/dist/types/helpers/dataManipulation.d.ts +0 -27
- package/dist/types/helpers/detectLanguage.d.ts +0 -3
- package/dist/types/helpers/eventListeners.d.ts +0 -14
- package/dist/types/helpers/geometry.d.ts +0 -27
- package/dist/types/helpers/html.d.ts +0 -26
- package/dist/types/helpers/image.d.ts +0 -32
- package/dist/types/helpers/imageprocessing.d.ts +0 -11
- package/dist/types/helpers/licenceKeyError.d.ts +0 -6
- package/dist/types/helpers/logger.d.ts +0 -8
- package/dist/types/helpers/manualUpload.d.ts +0 -7
- package/dist/types/helpers/math.d.ts +0 -37
- package/dist/types/helpers/mobileChecker.d.ts +0 -15
- package/dist/types/helpers/numbers.d.ts +0 -2
- package/dist/types/helpers/step-background.d.ts +0 -2
- package/dist/types/helpers/strings.d.ts +0 -9
- package/dist/types/helpers/time.d.ts +0 -11
- package/dist/types/helpers/ts/common.d.ts +0 -3
- package/dist/types/helpers/updateSelecetTypes.d.ts +0 -2
- package/dist/types/helpers/validators.d.ts +0 -44
- package/dist/types/helpers/windowTensorFlow.d.ts +0 -7
- package/dist/types/idvc.d.ts +0 -19
- package/dist/types/initialize.d.ts +0 -11
- package/dist/types/loader/asyncLoader.d.ts +0 -2
- package/dist/types/loader/cdn/cdnFace.d.ts +0 -2
- package/dist/types/loader/cdn/cdnMRZ.d.ts +0 -4
- package/dist/types/loader/cdn/cdnPDF.d.ts +0 -4
- package/dist/types/loader/cdnLoader.d.ts +0 -2
- package/dist/types/loader/loadTf.d.ts +0 -2
- package/dist/types/loader/loaderFace.d.ts +0 -2
- package/dist/types/loader/loaderMRZ.d.ts +0 -4
- package/dist/types/loader/loaderMeshFace.d.ts +0 -3
- package/dist/types/loader/loaderPDF.d.ts +0 -3
- package/dist/types/loader/loaderSelect.d.ts +0 -2
- package/dist/types/loader/loaderUploadMode.d.ts +0 -1
- package/dist/types/loader/loaderZXing.d.ts +0 -2
- package/dist/types/loader/meshfaceConfig.d.ts +0 -3
- package/dist/types/loader/syncLoader.d.ts +0 -63
- package/dist/types/loop.d.ts +0 -13
- package/dist/types/loopControl.d.ts +0 -10
- package/dist/types/modules/BarcodeModule.d.ts +0 -28
- package/dist/types/modules/Config.d.ts +0 -131
- package/dist/types/modules/Face.d.ts +0 -61
- package/dist/types/modules/FrontProcessing.d.ts +0 -7
- package/dist/types/modules/MeshFace.d.ts +0 -52
- package/dist/types/modules/MetaData.d.ts +0 -10
- package/dist/types/modules/MrzModule.d.ts +0 -114
- package/dist/types/modules/PdfModule.d.ts +0 -79
- package/dist/types/modules/SimpleFace.d.ts +0 -18
- package/dist/types/modules/Step.d.ts +0 -65
- package/dist/types/modules/blur.d.ts +0 -4
- package/dist/types/modules/browwserCompatibilities.d.ts +0 -6
- package/dist/types/modules/camera.d.ts +0 -14
- package/dist/types/modules/cameraManager.d.ts +0 -9
- package/dist/types/modules/fileType.d.ts +0 -1
- package/dist/types/modules/frameQuality.d.ts +0 -10
- package/dist/types/modules/heic.d.ts +0 -11
- package/dist/types/modules/image.d.ts +0 -13
- package/dist/types/modules/initErrorHandler.d.ts +0 -10
- package/dist/types/modules/licenseKeyChecker.d.ts +0 -1
- package/dist/types/modules/manualUpload.d.ts +0 -7
- package/dist/types/modules/manualUploadProcessing.d.ts +0 -30
- package/dist/types/modules/mediaDevices.d.ts +0 -2
- package/dist/types/modules/moduleInitializer.d.ts +0 -8
- package/dist/types/modules/step-functions/face.d.ts +0 -2
- package/dist/types/modules/step-result-processing/barcode.d.ts +0 -2
- package/dist/types/modules/step-result-processing/common.d.ts +0 -1
- package/dist/types/modules/step-result-processing/mrz.d.ts +0 -2
- package/dist/types/modules/step-result-processing/pdf.d.ts +0 -2
- package/dist/types/modules/step-result-processing/simpleFace.d.ts +0 -2
- package/dist/types/modules/step-result-processing/volumeFace.d.ts +0 -3
- package/dist/types/modules/stepFunctions.d.ts +0 -5
- package/dist/types/modules/stepResultProcessing.d.ts +0 -9
- package/dist/types/modules/ui/Flashlight.d.ts +0 -17
- package/dist/types/modules/ui/MaskCapture.d.ts +0 -52
- package/dist/types/modules/ui/MessageBox.d.ts +0 -19
- package/dist/types/modules/ui/Modal.d.ts +0 -20
- package/dist/types/modules/ui/SelectDocumentType.d.ts +0 -45
- package/dist/types/modules/ui/forceCaptruringBtn.d.ts +0 -12
- package/dist/types/modules/ui/hints.d.ts +0 -17
- package/dist/types/modules/ui/limitations.d.ts +0 -2
- package/dist/types/modules/ui/manualSwitchBtn.d.ts +0 -30
- package/dist/types/modules/ui/spinner.d.ts +0 -13
- package/dist/types/modules/ui/swiper.d.ts +0 -3
- package/dist/types/modules/uploader.d.ts +0 -59
- package/dist/types/modules/validation/ValidateBool.d.ts +0 -5
- package/dist/types/modules/validation/ValidateDocumentTypes.d.ts +0 -20
- package/dist/types/modules/validation/ValidateElement.d.ts +0 -5
- package/dist/types/modules/validation/ValidateFunction.d.ts +0 -5
- package/dist/types/modules/validation/ValidateNumber.d.ts +0 -5
- package/dist/types/modules/validation/ValidateString.d.ts +0 -5
- package/dist/types/modules/validation/ValidateStringInArray.d.ts +0 -12
- package/dist/types/modules/validation/showValidationError.d.ts +0 -2
- package/dist/types/modules/validation/validatorFactory.d.ts +0 -10
- package/dist/types/modules/validator.d.ts +0 -10
- package/dist/types/neural models/07072019/exits.d.ts +0 -2
- package/dist/types/neural models/08072019/exits.d.ts +0 -2
- package/dist/types/neural models/09072019/exits.d.ts +0 -2
- package/dist/types/neural models/10072019/exits.d.ts +0 -2
- package/dist/types/neural models/10072019/labels.d.ts +0 -541
- package/dist/types/neural models/angles/exits.d.ts +0 -2
- package/dist/types/neural models/classLocal/exits.d.ts +0 -2
- package/dist/types/neural models/classLocalModel.d.ts +0 -9
- package/dist/types/neural models/keras/exits.d.ts +0 -2
- package/dist/types/neural models/model.d.ts +0 -18
- package/dist/types/neural models/mrz/exits.d.ts +0 -2
- package/dist/types/neural models/mrzModel.d.ts +0 -10
- package/dist/types/neural models/neuralModel.d.ts +0 -20
- package/dist/types/neural models/stick/exits.d.ts +0 -2
- package/dist/types/stepProcessing.d.ts +0 -27
- package/dist/types/types/enums/realFace.d.ts +0 -5
- package/dist/types/types/modules/camera.enum.d.ts +0 -18
- package/dist/types/ui.d.ts +0 -117
- package/dist/types/util.d.ts +0 -34
- package/dist/types/workers/blurWorker.d.ts +0 -1
- package/dist/types/workers/bubbleWorker.d.ts +0 -1
- 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.