scanbot-web-sdk 4.0.1-alpha.2 → 5.0.0-alpha.1
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/@types/barcode-scanner-view.d.ts +2 -1
- package/@types/core/compiled/ParametricFilters.d.ts +181 -0
- package/@types/cropping-view.d.ts +9 -5
- package/@types/document-scanner-view.d.ts +4 -4
- package/@types/index.d.ts +58 -75
- package/@types/interfaces/i-scanner-common-handle.d.ts +1 -0
- package/@types/model/barcode/barcode-format.d.ts +1 -1
- package/@types/model/barcode/barcode-result.d.ts +1 -0
- package/@types/model/camera-info.d.ts +2 -1
- package/@types/model/configuration/document-quality-analyzer-configuration.d.ts +6 -0
- package/@types/model/configuration/document-scanner-configuration.d.ts +3 -4
- package/@types/model/configuration/mrz-scanner-configuration.d.ts +8 -0
- package/@types/model/configuration/scanner-configuration.d.ts +1 -0
- package/@types/model/configuration/text-data-scanner-configuration.d.ts +2 -3
- package/@types/model/error/media-error.d.ts +24 -7
- package/@types/model/filter-types.d.ts +3 -0
- package/@types/model/mrz/mrz-result.d.ts +1 -0
- package/@types/mrz-scanner-view.d.ts +2 -1
- package/@types/scanbot-sdk.d.ts +12 -2
- package/@types/scanner-view.d.ts +1 -0
- package/@types/service/image-processor.d.ts +35 -0
- package/@types/service/pdf-generator.d.ts +37 -13
- package/@types/service/simple-mrz-recognizer.d.ts +5 -4
- package/@types/service/tiff-generator.d.ts +8 -5
- package/@types/text-data-scanner-view.d.ts +2 -1
- package/@types/utils/dto/MagneticLine.d.ts +0 -1
- package/@types/utils/dto/Point.d.ts +6 -0
- package/@types/utils/math-utils.d.ts +1 -0
- package/@types/view/cropping/draggable-base-container.d.ts +28 -2
- package/@types/view/cropping/draggable-handles-component.d.ts +20 -4
- package/@types/view/cropping/draggable-lines-container.d.ts +6 -7
- package/@types/view/cropping/draggable-points-container.d.ts +1 -5
- package/@types/view/cropping/magnetic-lines-component.d.ts +23 -5
- package/@types/view/cropping/magnifier-view.d.ts +0 -1
- package/@types/view/polygon/draggable-document-polygon.d.ts +23 -1
- package/@types/view/scanbot-camera-view.d.ts +1 -0
- package/@types/view/shutter-button.d.ts +2 -12
- package/@types/view/utils/animatable.d.ts +11 -3
- package/@types/view/utils/clamp.d.ts +4 -0
- package/@types/view/view-finder.d.ts +2 -3
- package/bundle/ScanbotSDK.min.js +5 -5
- package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
- package/bundle/bin/barcode-scanner/ScanbotSDK.Asm.wasm +0 -0
- package/bundle/bin/barcode-scanner/ScanbotSDK.Asm.wasm-webpack-file-loader +0 -0
- package/bundle/bin/barcode-scanner/ScanbotSDK.Core-simd.js +1 -1
- package/bundle/bin/barcode-scanner/ScanbotSDK.Core.js +1 -1
- package/bundle/bin/complete/ScanbotSDK.Asm-simd.wasm +0 -0
- package/bundle/bin/complete/ScanbotSDK.Asm-simd.wasm-webpack-file-loader +0 -0
- package/bundle/bin/complete/ScanbotSDK.Asm.wasm +0 -0
- package/bundle/bin/complete/ScanbotSDK.Asm.wasm-webpack-file-loader +0 -0
- package/bundle/bin/complete/ScanbotSDK.Core-simd.js +1 -1
- package/bundle/bin/complete/ScanbotSDK.Core.js +1 -1
- package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
- package/bundle/bin/document-scanner/ScanbotSDK.Asm.wasm +0 -0
- package/bundle/bin/document-scanner/ScanbotSDK.Asm.wasm-webpack-file-loader +0 -0
- package/bundle/bin/document-scanner/ScanbotSDK.Core-simd.js +1 -1
- package/bundle/bin/document-scanner/ScanbotSDK.Core.js +1 -1
- package/package.json +4 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|