@regulaforensics/document-reader-webclient 5.5.1 → 5.5.5
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/.github/workflows/run-smoke-test.yml +1 -4
- package/.github/workflows/trivy-scan.yaml +24 -0
- package/dist/cjs-es5/api/default-api.js +16 -9
- package/dist/cjs-es5/api/process-api.js +16 -9
- package/dist/cjs-es5/base.js +1 -1
- package/dist/cjs-es5/configuration.js +1 -1
- package/dist/cjs-es5/ext/authenticity/authenticity.js +7 -1
- package/dist/cjs-es5/ext/document-reader.js +30 -7
- package/dist/cjs-es5/ext/images.js +23 -8
- package/dist/cjs-es5/ext/process-request.js +1 -1
- package/dist/cjs-es5/ext/process-response.js +60 -10
- package/dist/cjs-es5/ext/text-field.js +150 -1
- package/dist/cjs-es5/index.js +2 -1
- package/dist/cjs-es5/models/area-array.js +1 -1
- package/dist/cjs-es5/models/area-container.js +1 -1
- package/dist/cjs-es5/models/authenticity-check-list.js +1 -1
- package/dist/cjs-es5/models/authenticity-check-result-item.js +1 -1
- package/dist/cjs-es5/models/authenticity-check-result.js +1 -1
- package/dist/cjs-es5/models/authenticity-result-all-of.js +1 -1
- package/dist/cjs-es5/models/authenticity-result-type.js +72 -3
- package/dist/cjs-es5/models/authenticity-result.js +1 -1
- package/dist/cjs-es5/models/bc-pdf417-info.js +16 -0
- package/dist/cjs-es5/models/bc-roidetect.js +16 -0
- package/dist/cjs-es5/models/check-diagnose.js +37 -4
- package/dist/cjs-es5/models/check-result.js +1 -1
- package/dist/cjs-es5/models/chosen-document-type-result-all-of.js +1 -1
- package/dist/cjs-es5/models/chosen-document-type-result.js +1 -1
- package/dist/cjs-es5/models/chosen-document-type.js +1 -1
- package/dist/cjs-es5/models/container-list.js +1 -1
- package/dist/cjs-es5/models/critical.js +1 -1
- package/dist/cjs-es5/models/cross-source-value-comparison.js +1 -1
- package/dist/cjs-es5/models/data-module.js +16 -0
- package/dist/cjs-es5/models/details-optical.js +1 -1
- package/dist/cjs-es5/models/details-rfid.js +1 -1
- package/dist/cjs-es5/models/device-info.js +1 -1
- package/dist/cjs-es5/models/doc-bar-code-info-all-of.js +16 -0
- package/dist/cjs-es5/models/doc-bar-code-info.js +16 -0
- package/dist/cjs-es5/models/doc-visual-extended-field.js +1 -1
- package/dist/cjs-es5/models/doc-visual-extended-info.js +1 -1
- package/dist/cjs-es5/models/document-format.js +1 -1
- package/dist/cjs-es5/models/document-image-result-all-of.js +1 -1
- package/dist/cjs-es5/models/document-image-result.js +1 -1
- package/dist/cjs-es5/models/document-image.js +1 -1
- package/dist/cjs-es5/models/document-position-result-all-of.js +16 -0
- package/dist/cjs-es5/models/document-position-result.js +16 -0
- package/dist/cjs-es5/models/document-position.js +16 -0
- package/dist/cjs-es5/models/document-type-recognition-result.js +1 -1
- package/dist/cjs-es5/models/document-type.js +699 -5
- package/dist/cjs-es5/models/document-types-candidates-list.js +1 -1
- package/dist/cjs-es5/models/document-types-candidates-result-all-of.js +1 -1
- package/dist/cjs-es5/models/document-types-candidates-result.js +1 -1
- package/dist/cjs-es5/models/document-types-candidates.js +1 -1
- package/dist/cjs-es5/models/encrypted-rclresult-all-of.js +16 -0
- package/dist/cjs-es5/models/encrypted-rclresult.js +16 -0
- package/dist/cjs-es5/models/face-api-search.js +16 -0
- package/dist/cjs-es5/models/face-api.js +16 -0
- package/dist/cjs-es5/models/fdsidlist.js +1 -1
- package/dist/cjs-es5/models/fiber-result-all-of.js +1 -1
- package/dist/cjs-es5/models/fiber-result.js +1 -1
- package/dist/cjs-es5/models/graphic-field-type.js +14 -2
- package/dist/cjs-es5/models/graphic-field.js +1 -1
- package/dist/cjs-es5/models/graphic-fields-list.js +1 -1
- package/dist/cjs-es5/models/graphics-result-all-of.js +1 -1
- package/dist/cjs-es5/models/graphics-result.js +1 -1
- package/dist/cjs-es5/models/ident-result-all-of.js +1 -1
- package/dist/cjs-es5/models/ident-result.js +1 -1
- package/dist/cjs-es5/models/image-data.js +1 -1
- package/dist/cjs-es5/models/image-qa.js +1 -1
- package/dist/cjs-es5/models/image-quality-check-list.js +1 -1
- package/dist/cjs-es5/models/image-quality-check-type.js +10 -2
- package/dist/cjs-es5/models/image-quality-check.js +1 -1
- package/dist/cjs-es5/models/image-quality-result-all-of.js +1 -1
- package/dist/cjs-es5/models/image-quality-result.js +1 -1
- package/dist/cjs-es5/models/images-available-source.js +1 -1
- package/dist/cjs-es5/models/images-field-value.js +1 -1
- package/dist/cjs-es5/models/images-field.js +1 -1
- package/dist/cjs-es5/models/images-result-all-of.js +1 -1
- package/dist/cjs-es5/models/images-result.js +1 -1
- package/dist/cjs-es5/models/images.js +1 -1
- package/dist/cjs-es5/models/index.js +22 -1
- package/dist/cjs-es5/models/lcid.js +28 -28
- package/dist/cjs-es5/models/lexical-analysis-result-all-of.js +1 -1
- package/dist/cjs-es5/models/lexical-analysis-result.js +1 -1
- package/dist/cjs-es5/models/license-result-all-of.js +16 -0
- package/dist/cjs-es5/models/license-result.js +16 -0
- package/dist/cjs-es5/models/light.js +1 -1
- package/dist/cjs-es5/models/list-verified-fields.js +1 -1
- package/dist/cjs-es5/models/log-level.js +45 -0
- package/dist/cjs-es5/models/measure-system.js +1 -1
- package/dist/cjs-es5/models/mrzformat.js +49 -0
- package/dist/cjs-es5/models/ocrsecurity-text-result-all-of.js +1 -1
- package/dist/cjs-es5/models/ocrsecurity-text-result.js +1 -1
- package/dist/cjs-es5/models/one-candidate.js +1 -1
- package/dist/cjs-es5/models/original-symbol.js +1 -1
- package/dist/cjs-es5/models/parray-field.js +16 -0
- package/dist/cjs-es5/models/parsing-notification-codes.js +897 -0
- package/dist/cjs-es5/models/per-document-config.js +16 -0
- package/dist/cjs-es5/models/photo-ident-result-all-of.js +1 -1
- package/dist/cjs-es5/models/photo-ident-result.js +1 -1
- package/dist/cjs-es5/models/point-array.js +1 -1
- package/dist/cjs-es5/models/point.js +1 -1
- package/dist/cjs-es5/models/points-container.js +1 -1
- package/dist/cjs-es5/models/process-params-rfid.js +16 -0
- package/dist/cjs-es5/models/process-params.js +1 -1
- package/dist/cjs-es5/models/process-request-image.js +1 -1
- package/dist/cjs-es5/models/process-request.js +1 -1
- package/dist/cjs-es5/models/process-response.js +1 -1
- package/dist/cjs-es5/models/process-system-info.js +1 -1
- package/dist/cjs-es5/models/processing-status.js +1 -1
- package/dist/cjs-es5/models/raw-image-container-list.js +1 -1
- package/dist/cjs-es5/models/rectangle-coordinates.js +1 -1
- package/dist/cjs-es5/models/result-item.js +1 -1
- package/dist/cjs-es5/models/result.js +57 -29
- package/dist/cjs-es5/models/rfid-location.js +1 -1
- package/dist/cjs-es5/models/rfid-origin.js +1 -1
- package/dist/cjs-es5/models/scenario.js +57 -3
- package/dist/cjs-es5/models/security-feature-result-all-of.js +1 -1
- package/dist/cjs-es5/models/security-feature-result.js +1 -1
- package/dist/cjs-es5/models/security-feature-type.js +152 -3
- package/dist/cjs-es5/models/source-validity.js +1 -1
- package/dist/cjs-es5/models/source.js +17 -2
- package/dist/cjs-es5/models/status-result-all-of.js +1 -1
- package/dist/cjs-es5/models/status-result.js +1 -1
- package/dist/cjs-es5/models/status.js +1 -1
- package/dist/cjs-es5/models/string-recognition-result.js +1 -1
- package/dist/cjs-es5/models/symbol-candidate.js +1 -1
- package/dist/cjs-es5/models/symbol-recognition-result.js +1 -1
- package/dist/cjs-es5/models/text-available-source.js +1 -1
- package/dist/cjs-es5/models/text-data-result-all-of.js +1 -1
- package/dist/cjs-es5/models/text-data-result.js +1 -1
- package/dist/cjs-es5/models/text-field-type.js +651 -435
- package/dist/cjs-es5/models/text-field-value.js +1 -1
- package/dist/cjs-es5/models/text-field.js +1 -1
- package/dist/cjs-es5/models/text-post-processing.js +41 -0
- package/dist/cjs-es5/models/text-result-all-of.js +1 -1
- package/dist/cjs-es5/models/text-result.js +1 -1
- package/dist/cjs-es5/models/text.js +1 -1
- package/dist/cjs-es5/models/transaction-info.js +1 -1
- package/dist/cjs-es5/models/verification-result.js +1 -1
- package/dist/cjs-es5/models/verified-field-map.js +1 -1
- package/dist/cjs-es5/models/visibility.js +17 -2
- package/dist/esm-es5/api/default-api.js +16 -9
- package/dist/esm-es5/api/process-api.js +16 -9
- package/dist/esm-es5/base.js +1 -1
- package/dist/esm-es5/configuration.js +1 -1
- package/dist/esm-es5/ext/authenticity/authenticity.js +7 -1
- package/dist/esm-es5/ext/document-reader.js +10 -6
- package/dist/esm-es5/ext/images.js +4 -5
- package/dist/esm-es5/ext/process-request.js +1 -1
- package/dist/esm-es5/ext/process-response.js +41 -7
- package/dist/esm-es5/ext/text-field.js +150 -1
- package/dist/esm-es5/index.js +2 -1
- package/dist/esm-es5/models/area-array.js +1 -1
- package/dist/esm-es5/models/area-container.js +1 -1
- package/dist/esm-es5/models/authenticity-check-list.js +1 -1
- package/dist/esm-es5/models/authenticity-check-result-item.js +1 -1
- package/dist/esm-es5/models/authenticity-check-result.js +1 -1
- package/dist/esm-es5/models/authenticity-result-all-of.js +1 -1
- package/dist/esm-es5/models/authenticity-result-type.js +72 -3
- package/dist/esm-es5/models/authenticity-result.js +1 -1
- package/dist/esm-es5/models/bc-pdf417-info.js +14 -0
- package/dist/esm-es5/models/bc-roidetect.js +14 -0
- package/dist/esm-es5/models/check-diagnose.js +37 -4
- package/dist/esm-es5/models/check-result.js +1 -1
- package/dist/esm-es5/models/chosen-document-type-result-all-of.js +1 -1
- package/dist/esm-es5/models/chosen-document-type-result.js +1 -1
- package/dist/esm-es5/models/chosen-document-type.js +1 -1
- package/dist/esm-es5/models/container-list.js +1 -1
- package/dist/esm-es5/models/critical.js +1 -1
- package/dist/esm-es5/models/cross-source-value-comparison.js +1 -1
- package/dist/esm-es5/models/data-module.js +14 -0
- package/dist/esm-es5/models/details-optical.js +1 -1
- package/dist/esm-es5/models/details-rfid.js +1 -1
- package/dist/esm-es5/models/device-info.js +1 -1
- package/dist/esm-es5/models/doc-bar-code-info-all-of.js +14 -0
- package/dist/esm-es5/models/doc-bar-code-info.js +14 -0
- package/dist/esm-es5/models/doc-visual-extended-field.js +1 -1
- package/dist/esm-es5/models/doc-visual-extended-info.js +1 -1
- package/dist/esm-es5/models/document-format.js +1 -1
- package/dist/esm-es5/models/document-image-result-all-of.js +1 -1
- package/dist/esm-es5/models/document-image-result.js +1 -1
- package/dist/esm-es5/models/document-image.js +1 -1
- package/dist/esm-es5/models/document-position-result-all-of.js +14 -0
- package/dist/esm-es5/models/document-position-result.js +14 -0
- package/dist/esm-es5/models/document-position.js +14 -0
- package/dist/esm-es5/models/document-type-recognition-result.js +1 -1
- package/dist/esm-es5/models/document-type.js +699 -5
- package/dist/esm-es5/models/document-types-candidates-list.js +1 -1
- package/dist/esm-es5/models/document-types-candidates-result-all-of.js +1 -1
- package/dist/esm-es5/models/document-types-candidates-result.js +1 -1
- package/dist/esm-es5/models/document-types-candidates.js +1 -1
- package/dist/esm-es5/models/encrypted-rclresult-all-of.js +14 -0
- package/dist/esm-es5/models/encrypted-rclresult.js +14 -0
- package/dist/esm-es5/models/face-api-search.js +14 -0
- package/dist/esm-es5/models/face-api.js +14 -0
- package/dist/esm-es5/models/fdsidlist.js +1 -1
- package/dist/esm-es5/models/fiber-result-all-of.js +1 -1
- package/dist/esm-es5/models/fiber-result.js +1 -1
- package/dist/esm-es5/models/graphic-field-type.js +14 -2
- package/dist/esm-es5/models/graphic-field.js +1 -1
- package/dist/esm-es5/models/graphic-fields-list.js +1 -1
- package/dist/esm-es5/models/graphics-result-all-of.js +1 -1
- package/dist/esm-es5/models/graphics-result.js +1 -1
- package/dist/esm-es5/models/ident-result-all-of.js +1 -1
- package/dist/esm-es5/models/ident-result.js +1 -1
- package/dist/esm-es5/models/image-data.js +1 -1
- package/dist/esm-es5/models/image-qa.js +1 -1
- package/dist/esm-es5/models/image-quality-check-list.js +1 -1
- package/dist/esm-es5/models/image-quality-check-type.js +10 -2
- package/dist/esm-es5/models/image-quality-check.js +1 -1
- package/dist/esm-es5/models/image-quality-result-all-of.js +1 -1
- package/dist/esm-es5/models/image-quality-result.js +1 -1
- package/dist/esm-es5/models/images-available-source.js +1 -1
- package/dist/esm-es5/models/images-field-value.js +1 -1
- package/dist/esm-es5/models/images-field.js +1 -1
- package/dist/esm-es5/models/images-result-all-of.js +1 -1
- package/dist/esm-es5/models/images-result.js +1 -1
- package/dist/esm-es5/models/images.js +1 -1
- package/dist/esm-es5/models/index.js +22 -1
- package/dist/esm-es5/models/lcid.js +28 -28
- package/dist/esm-es5/models/lexical-analysis-result-all-of.js +1 -1
- package/dist/esm-es5/models/lexical-analysis-result.js +1 -1
- package/dist/esm-es5/models/license-result-all-of.js +14 -0
- package/dist/esm-es5/models/license-result.js +14 -0
- package/dist/esm-es5/models/light.js +1 -1
- package/dist/esm-es5/models/list-verified-fields.js +1 -1
- package/dist/esm-es5/models/log-level.js +42 -0
- package/dist/esm-es5/models/measure-system.js +1 -1
- package/dist/esm-es5/models/mrzformat.js +46 -0
- package/dist/esm-es5/models/ocrsecurity-text-result-all-of.js +1 -1
- package/dist/esm-es5/models/ocrsecurity-text-result.js +1 -1
- package/dist/esm-es5/models/one-candidate.js +1 -1
- package/dist/esm-es5/models/original-symbol.js +1 -1
- package/dist/esm-es5/models/parray-field.js +14 -0
- package/dist/esm-es5/models/parsing-notification-codes.js +894 -0
- package/dist/esm-es5/models/per-document-config.js +14 -0
- package/dist/esm-es5/models/photo-ident-result-all-of.js +1 -1
- package/dist/esm-es5/models/photo-ident-result.js +1 -1
- package/dist/esm-es5/models/point-array.js +1 -1
- package/dist/esm-es5/models/point.js +1 -1
- package/dist/esm-es5/models/points-container.js +1 -1
- package/dist/esm-es5/models/process-params-rfid.js +14 -0
- package/dist/esm-es5/models/process-params.js +1 -1
- package/dist/esm-es5/models/process-request-image.js +1 -1
- package/dist/esm-es5/models/process-request.js +1 -1
- package/dist/esm-es5/models/process-response.js +1 -1
- package/dist/esm-es5/models/process-system-info.js +1 -1
- package/dist/esm-es5/models/processing-status.js +1 -1
- package/dist/esm-es5/models/raw-image-container-list.js +1 -1
- package/dist/esm-es5/models/rectangle-coordinates.js +1 -1
- package/dist/esm-es5/models/result-item.js +1 -1
- package/dist/esm-es5/models/result.js +57 -29
- package/dist/esm-es5/models/rfid-location.js +1 -1
- package/dist/esm-es5/models/rfid-origin.js +1 -1
- package/dist/esm-es5/models/scenario.js +57 -3
- package/dist/esm-es5/models/security-feature-result-all-of.js +1 -1
- package/dist/esm-es5/models/security-feature-result.js +1 -1
- package/dist/esm-es5/models/security-feature-type.js +152 -3
- package/dist/esm-es5/models/source-validity.js +1 -1
- package/dist/esm-es5/models/source.js +17 -2
- package/dist/esm-es5/models/status-result-all-of.js +1 -1
- package/dist/esm-es5/models/status-result.js +1 -1
- package/dist/esm-es5/models/status.js +1 -1
- package/dist/esm-es5/models/string-recognition-result.js +1 -1
- package/dist/esm-es5/models/symbol-candidate.js +1 -1
- package/dist/esm-es5/models/symbol-recognition-result.js +1 -1
- package/dist/esm-es5/models/text-available-source.js +1 -1
- package/dist/esm-es5/models/text-data-result-all-of.js +1 -1
- package/dist/esm-es5/models/text-data-result.js +1 -1
- package/dist/esm-es5/models/text-field-type.js +651 -435
- package/dist/esm-es5/models/text-field-value.js +1 -1
- package/dist/esm-es5/models/text-field.js +1 -1
- package/dist/esm-es5/models/text-post-processing.js +38 -0
- package/dist/esm-es5/models/text-result-all-of.js +1 -1
- package/dist/esm-es5/models/text-result.js +1 -1
- package/dist/esm-es5/models/text.js +1 -1
- package/dist/esm-es5/models/transaction-info.js +1 -1
- package/dist/esm-es5/models/verification-result.js +1 -1
- package/dist/esm-es5/models/verified-field-map.js +1 -1
- package/dist/esm-es5/models/visibility.js +17 -2
- package/package.json +5 -3
- package/setup.sh +11 -0
- package/src/api/default-api.ts +16 -8
- package/src/api/process-api.ts +16 -8
- package/src/base.ts +1 -1
- package/src/configuration.ts +1 -1
- package/src/ext/authenticity/authenticity.ts +8 -1
- package/src/ext/document-reader.ts +18 -7
- package/src/ext/images.ts +3 -5
- package/src/ext/process-request-image.ts +1 -1
- package/src/ext/process-request.ts +8 -2
- package/src/ext/process-response.ts +56 -12
- package/src/ext/result-item.ts +5 -5
- package/src/ext/text-field.ts +168 -18
- package/src/index.ts +1 -0
- package/src/models/area-array.ts +3 -3
- package/src/models/area-container.ts +1 -1
- package/src/models/authenticity-check-list.ts +7 -1
- package/src/models/authenticity-check-result-item.ts +2 -2
- package/src/models/authenticity-check-result.ts +1 -1
- package/src/models/authenticity-result-all-of.ts +1 -1
- package/src/models/authenticity-result-type.ts +72 -3
- package/src/models/authenticity-result.ts +5 -1
- package/src/models/bc-pdf417-info.ts +61 -0
- package/src/models/bc-roidetect.ts +49 -0
- package/src/models/check-diagnose.ts +36 -3
- package/src/models/check-result.ts +1 -1
- package/src/models/chosen-document-type-result-all-of.ts +1 -1
- package/src/models/chosen-document-type-result.ts +5 -1
- package/src/models/chosen-document-type.ts +1 -1
- package/src/models/container-list.ts +13 -3
- package/src/models/critical.ts +1 -1
- package/src/models/cross-source-value-comparison.ts +1 -1
- package/src/models/data-module.ts +55 -0
- package/src/models/details-optical.ts +1 -1
- package/src/models/details-rfid.ts +1 -1
- package/src/models/device-info.ts +1 -1
- package/src/models/doc-bar-code-info-all-of.ts +38 -0
- package/src/models/doc-bar-code-info.ts +42 -0
- package/src/models/doc-visual-extended-field.ts +1 -1
- package/src/models/doc-visual-extended-info.ts +1 -1
- package/src/models/document-format.ts +1 -1
- package/src/models/document-image-result-all-of.ts +1 -1
- package/src/models/document-image-result.ts +5 -1
- package/src/models/document-image.ts +1 -1
- package/src/models/document-position-result-all-of.ts +32 -0
- package/src/models/document-position-result.ts +42 -0
- package/src/models/document-position.ts +87 -0
- package/src/models/document-type-recognition-result.ts +1 -1
- package/src/models/document-type.ts +699 -5
- package/src/models/document-types-candidates-list.ts +1 -1
- package/src/models/document-types-candidates-result-all-of.ts +1 -1
- package/src/models/document-types-candidates-result.ts +5 -1
- package/src/models/document-types-candidates.ts +1 -1
- package/src/models/encrypted-rclresult-all-of.ts +31 -0
- package/src/models/encrypted-rclresult.ts +40 -0
- package/src/models/face-api-search.ts +43 -0
- package/src/models/face-api.ts +74 -0
- package/src/models/fdsidlist.ts +1 -1
- package/src/models/fiber-result-all-of.ts +1 -1
- package/src/models/fiber-result.ts +1 -1
- package/src/models/graphic-field-type.ts +14 -2
- package/src/models/graphic-field.ts +1 -1
- package/src/models/graphic-fields-list.ts +1 -1
- package/src/models/graphics-result-all-of.ts +1 -1
- package/src/models/graphics-result.ts +5 -1
- package/src/models/ident-result-all-of.ts +3 -3
- package/src/models/ident-result.ts +1 -1
- package/src/models/image-data.ts +1 -1
- package/src/models/image-qa.ts +31 -1
- package/src/models/image-quality-check-list.ts +1 -1
- package/src/models/image-quality-check-type.ts +10 -2
- package/src/models/image-quality-check.ts +1 -1
- package/src/models/image-quality-result-all-of.ts +1 -1
- package/src/models/image-quality-result.ts +5 -1
- package/src/models/images-available-source.ts +1 -1
- package/src/models/images-field-value.ts +7 -1
- package/src/models/images-field.ts +1 -1
- package/src/models/images-result-all-of.ts +1 -1
- package/src/models/images-result.ts +5 -1
- package/src/models/images.ts +1 -1
- package/src/models/index.ts +21 -0
- package/src/models/lcid.ts +27 -27
- package/src/models/lexical-analysis-result-all-of.ts +1 -1
- package/src/models/lexical-analysis-result.ts +6 -2
- package/src/models/license-result-all-of.ts +31 -0
- package/src/models/license-result.ts +40 -0
- package/src/models/light.ts +1 -1
- package/src/models/list-verified-fields.ts +1 -1
- package/src/models/log-level.ts +46 -0
- package/src/models/measure-system.ts +1 -1
- package/src/models/mrzformat.ts +50 -0
- package/src/models/ocrsecurity-text-result-all-of.ts +1 -1
- package/src/models/ocrsecurity-text-result.ts +1 -1
- package/src/models/one-candidate.ts +1 -1
- package/src/models/original-symbol.ts +1 -1
- package/src/models/parray-field.ts +88 -0
- package/src/models/parsing-notification-codes.ts +898 -0
- package/src/models/per-document-config.ts +37 -0
- package/src/models/photo-ident-result-all-of.ts +1 -1
- package/src/models/photo-ident-result.ts +1 -1
- package/src/models/point-array.ts +1 -1
- package/src/models/point.ts +1 -1
- package/src/models/points-container.ts +1 -1
- package/src/models/process-params-rfid.ts +32 -0
- package/src/models/process-params.ts +213 -18
- package/src/models/process-request-image.ts +1 -1
- package/src/models/process-request.ts +27 -2
- package/src/models/process-response.ts +13 -1
- package/src/models/process-system-info.ts +1 -1
- package/src/models/processing-status.ts +1 -1
- package/src/models/raw-image-container-list.ts +1 -1
- package/src/models/rectangle-coordinates.ts +1 -1
- package/src/models/result-item.ts +5 -1
- package/src/models/result.ts +56 -28
- package/src/models/rfid-location.ts +1 -1
- package/src/models/rfid-origin.ts +1 -1
- package/src/models/scenario.ts +56 -2
- package/src/models/security-feature-result-all-of.ts +3 -3
- package/src/models/security-feature-result.ts +1 -1
- package/src/models/security-feature-type.ts +152 -3
- package/src/models/source-validity.ts +1 -1
- package/src/models/source.ts +16 -1
- package/src/models/status-result-all-of.ts +1 -1
- package/src/models/status-result.ts +5 -1
- package/src/models/status.ts +1 -1
- package/src/models/string-recognition-result.ts +1 -1
- package/src/models/symbol-candidate.ts +1 -1
- package/src/models/symbol-recognition-result.ts +1 -1
- package/src/models/text-available-source.ts +1 -1
- package/src/models/text-data-result-all-of.ts +1 -1
- package/src/models/text-data-result.ts +5 -1
- package/src/models/text-field-type.ts +651 -435
- package/src/models/text-field-value.ts +1 -1
- package/src/models/text-field.ts +1 -1
- package/src/models/text-post-processing.ts +42 -0
- package/src/models/text-result-all-of.ts +1 -1
- package/src/models/text-result.ts +5 -1
- package/src/models/text.ts +1 -1
- package/src/models/transaction-info.ts +1 -1
- package/src/models/verification-result.ts +1 -1
- package/src/models/verified-field-map.ts +1 -1
- package/src/models/visibility.ts +16 -1
- package/tsconfig.commonjs.json +1 -1
- package/tsconfig.esm.json +1 -1
- package/update-models.sh +1 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Regula Document Reader Web API
|
|
5
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface BcPDF417INFO
|
|
21
|
+
*/
|
|
22
|
+
export interface BcPDF417INFO {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof BcPDF417INFO
|
|
27
|
+
*/
|
|
28
|
+
Angle?: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof BcPDF417INFO
|
|
33
|
+
*/
|
|
34
|
+
bcColumn?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof BcPDF417INFO
|
|
39
|
+
*/
|
|
40
|
+
bcErrorLevel?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof BcPDF417INFO
|
|
45
|
+
*/
|
|
46
|
+
bcRow?: number;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof BcPDF417INFO
|
|
51
|
+
*/
|
|
52
|
+
minX?: number;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof BcPDF417INFO
|
|
57
|
+
*/
|
|
58
|
+
minY?: number;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Regula Document Reader Web API
|
|
5
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface BcROIDETECT
|
|
21
|
+
*/
|
|
22
|
+
export interface BcROIDETECT {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof BcROIDETECT
|
|
27
|
+
*/
|
|
28
|
+
bottom?: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof BcROIDETECT
|
|
33
|
+
*/
|
|
34
|
+
left?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof BcROIDETECT
|
|
39
|
+
*/
|
|
40
|
+
right?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof BcROIDETECT
|
|
45
|
+
*/
|
|
46
|
+
top?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
* Enumeration contains identifiers which determinate the single document element authenticity check outcome reason
|
|
18
|
+
* Enumeration contains identifiers which determinate the single document element authenticity check outcome reason: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/check-diagnose/
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -61,6 +61,11 @@ export enum CheckDiagnose {
|
|
|
61
61
|
BAD_AREA_IN_AXIAL = 60,
|
|
62
62
|
FALSE_IP_PARAMETERS = 65,
|
|
63
63
|
FIELD_POS_CORRECTOR_HIGHLIGHT_IR = 80,
|
|
64
|
+
FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA = 81,
|
|
65
|
+
FIELD_POS_CORRECTOR_PHOTO_REPLACED = 82,
|
|
66
|
+
FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR = 83,
|
|
67
|
+
FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR = 84,
|
|
68
|
+
FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR = 85,
|
|
64
69
|
OVI_IR_INVISIBLE = 90,
|
|
65
70
|
OVI_INSUFFICIENT_AREA = 91,
|
|
66
71
|
OVI_COLOR_INVARIABLE = 92,
|
|
@@ -71,6 +76,8 @@ export enum CheckDiagnose {
|
|
|
71
76
|
HOLOGRAM_ELEMENT_ABSENT = 100,
|
|
72
77
|
HOLOGRAM_SIDE_TOP_IMAGES_ABSENT = 101,
|
|
73
78
|
HOLOGRAM_ELEMENT_PRESENT = 102,
|
|
79
|
+
HOLOGRAM_FRAMES_IS_ABSENT = 103,
|
|
80
|
+
HOLOGRAM_HOLO_FIELD_IS_ABSENT = 104,
|
|
74
81
|
PHOTO_PATTERN_INTERRUPTED = 110,
|
|
75
82
|
PHOTO_PATTERN_SHIFTED = 111,
|
|
76
83
|
PHOTO_PATTERN_DIFFERENT_COLORS = 112,
|
|
@@ -83,6 +90,7 @@ export enum CheckDiagnose {
|
|
|
83
90
|
PHOTO_PATTERN_DIFFERENT_LINES_THICKNESS = 119,
|
|
84
91
|
PHOTO_IS_NOT_RECTANGLE = 120,
|
|
85
92
|
PHOTO_CORNERS_IS_WRONG = 121,
|
|
93
|
+
DOCUMENT_IS_CANCELLING = 122,
|
|
86
94
|
TEXT_COLOR_SHOULD_BE_BLUE = 130,
|
|
87
95
|
TEXT_COLOR_SHOULD_BE_GREEN = 131,
|
|
88
96
|
TEXT_COLOR_SHOULD_BE_RED = 132,
|
|
@@ -91,6 +99,7 @@ export enum CheckDiagnose {
|
|
|
91
99
|
BARCODE_DATA_FORMAT_ERROR = 141,
|
|
92
100
|
BARCODE_SIZE_PARAMS_ERROR = 142,
|
|
93
101
|
NOT_ALL_BARCODES_READ = 143,
|
|
102
|
+
GLARES_IN_BARCODE_AREA = 144,
|
|
94
103
|
PORTRAIT_COMPARISON_PORTRAITS_DIFFER = 150,
|
|
95
104
|
PORTRAIT_COMPARISON_NO_SERVICE_REPLY = 151,
|
|
96
105
|
PORTRAIT_COMPARISON_SERVICE_ERROR = 152,
|
|
@@ -98,7 +107,31 @@ export enum CheckDiagnose {
|
|
|
98
107
|
PORTRAIT_COMPARISON_NO_LIVE_PHOTO = 154,
|
|
99
108
|
PORTRAIT_COMPARISON_NO_SERVICE_LICENSE = 155,
|
|
100
109
|
PORTRAIT_COMPARISON_NO_PORTRAIT_DETECTED = 156,
|
|
101
|
-
|
|
110
|
+
MOBILE_IMAGES_UNSUITABLE_LIGHT_CONDITIONS = 160,
|
|
111
|
+
MOBILE_IMAGES_WHITE_UV_NO_DIFFERENCE = 161,
|
|
112
|
+
FINGERPRINTS_COMPARISON_MISMATCH = 170,
|
|
113
|
+
HOLO_PHOTO_FACE_NOT_DETECTED = 180,
|
|
114
|
+
HOLO_PHOTO_FACE_COMPARISON_FAILED = 181,
|
|
115
|
+
HOLO_PHOTO_GLARE_IN_CENTER_ABSENT = 182,
|
|
116
|
+
HOLO_PHOTO_HOLO_ELEMENT_SHAPE_ERROR = 183,
|
|
117
|
+
HOLO_PHOTO_ALGORITHMS_STEPS_ERROR = 184,
|
|
118
|
+
HOLO_PHOTO_HOLO_AREAS_NOT_LOADED = 185,
|
|
119
|
+
HOLO_PHOTO_FINISHED_BY_TIMEOUT = 186,
|
|
120
|
+
HOLO_PHOTO_DOCUMENT_OUTSIDE_FRAME = 187,
|
|
121
|
+
LIVENESS_DEPTH_CHECK_FAILED = 190,
|
|
122
|
+
MRZ_QUALITY_WRONG_SYMBOL_POSITION = 200,
|
|
123
|
+
MRZ_QUALITY_WRONG_BACKGROUND = 201,
|
|
124
|
+
MRZ_QUALITY_WRONG_MRZ_WIDTH = 202,
|
|
125
|
+
MRZ_QUALITY_WRONG_MRZ_HEIGHT = 203,
|
|
126
|
+
MRZ_QUALITY_WRONG_LINE_POSITION = 204,
|
|
127
|
+
MRZ_QUALITY_WRONG_FONT_TYPE = 205,
|
|
128
|
+
OCR_QUALITY_TEXT_POSITION = 220,
|
|
129
|
+
OCR_QUALITY_INVALID_FONT = 221,
|
|
130
|
+
OCR_QUALITY_INVALID_BACKGROUND = 222,
|
|
131
|
+
LASINK_INVALID_LINES_FREQUENCY = 230,
|
|
132
|
+
DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED = 240,
|
|
133
|
+
DOC_LIVENESS_INVALID_BARCODE_BACKGROUND = 241,
|
|
134
|
+
LAST_DIAGNOSE_VALUE = 250
|
|
102
135
|
}
|
|
103
136
|
|
|
104
137
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,12 +15,16 @@
|
|
|
15
15
|
|
|
16
16
|
import { AuthenticityResult } from './authenticity-result';
|
|
17
17
|
import { ChosenDocumentTypeResultAllOf } from './chosen-document-type-result-all-of';
|
|
18
|
+
import { DocBarCodeInfo } from './doc-bar-code-info';
|
|
18
19
|
import { DocumentImageResult } from './document-image-result';
|
|
20
|
+
import { DocumentPositionResult } from './document-position-result';
|
|
19
21
|
import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
|
|
22
|
+
import { EncryptedRCLResult } from './encrypted-rclresult';
|
|
20
23
|
import { GraphicsResult } from './graphics-result';
|
|
21
24
|
import { ImageQualityResult } from './image-quality-result';
|
|
22
25
|
import { ImagesResult } from './images-result';
|
|
23
26
|
import { LexicalAnalysisResult } from './lexical-analysis-result';
|
|
27
|
+
import { LicenseResult } from './license-result';
|
|
24
28
|
import { OneCandidate } from './one-candidate';
|
|
25
29
|
import { ResultItem } from './result-item';
|
|
26
30
|
import { StatusResult } from './status-result';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,12 +15,16 @@
|
|
|
15
15
|
|
|
16
16
|
import { AuthenticityResult } from './authenticity-result';
|
|
17
17
|
import { ChosenDocumentTypeResult } from './chosen-document-type-result';
|
|
18
|
+
import { DocBarCodeInfo } from './doc-bar-code-info';
|
|
18
19
|
import { DocumentImageResult } from './document-image-result';
|
|
20
|
+
import { DocumentPositionResult } from './document-position-result';
|
|
19
21
|
import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
|
|
22
|
+
import { EncryptedRCLResult } from './encrypted-rclresult';
|
|
20
23
|
import { GraphicsResult } from './graphics-result';
|
|
21
24
|
import { ImageQualityResult } from './image-quality-result';
|
|
22
25
|
import { ImagesResult } from './images-result';
|
|
23
26
|
import { LexicalAnalysisResult } from './lexical-analysis-result';
|
|
27
|
+
import { LicenseResult } from './license-result';
|
|
24
28
|
import { StatusResult } from './status-result';
|
|
25
29
|
import { TextDataResult } from './text-data-result';
|
|
26
30
|
import { TextResult } from './text-result';
|
|
@@ -31,12 +35,18 @@ import { TextResult } from './text-result';
|
|
|
31
35
|
* @interface ContainerList
|
|
32
36
|
*/
|
|
33
37
|
export interface ContainerList {
|
|
38
|
+
/**
|
|
39
|
+
* Length of list (Count for items)
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ContainerList
|
|
42
|
+
*/
|
|
43
|
+
Count?: number;
|
|
34
44
|
/**
|
|
35
45
|
*
|
|
36
|
-
* @type {Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult>}
|
|
46
|
+
* @type {Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult | DocumentPositionResult | DocBarCodeInfo | LicenseResult | EncryptedRCLResult>}
|
|
37
47
|
* @memberof ContainerList
|
|
38
48
|
*/
|
|
39
|
-
List: Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult>;
|
|
49
|
+
List: Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult | DocumentPositionResult | DocBarCodeInfo | LicenseResult | EncryptedRCLResult>;
|
|
40
50
|
}
|
|
41
51
|
|
|
42
52
|
|
package/src/models/critical.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Regula Document Reader Web API
|
|
5
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DataModule
|
|
21
|
+
*/
|
|
22
|
+
export interface DataModule {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DataModule
|
|
27
|
+
*/
|
|
28
|
+
mData?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof DataModule
|
|
33
|
+
*/
|
|
34
|
+
mLength?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof DataModule
|
|
39
|
+
*/
|
|
40
|
+
mReserved1?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DataModule
|
|
45
|
+
*/
|
|
46
|
+
mReserver2?: number;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof DataModule
|
|
51
|
+
*/
|
|
52
|
+
mType?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Regula Document Reader Web API
|
|
5
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { PArrayField } from './parray-field';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface DocBarCodeInfoAllOf
|
|
22
|
+
*/
|
|
23
|
+
export interface DocBarCodeInfoAllOf {
|
|
24
|
+
/**
|
|
25
|
+
* Count of array fields
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DocBarCodeInfoAllOf
|
|
28
|
+
*/
|
|
29
|
+
nFields?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Data from barcode
|
|
32
|
+
* @type {Array<PArrayField>}
|
|
33
|
+
* @memberof DocBarCodeInfoAllOf
|
|
34
|
+
*/
|
|
35
|
+
pArrayFields?: Array<PArrayField>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Regula Document Reader Web API
|
|
5
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { AuthenticityResult } from './authenticity-result';
|
|
17
|
+
import { ChosenDocumentTypeResult } from './chosen-document-type-result';
|
|
18
|
+
import { DocBarCodeInfoAllOf } from './doc-bar-code-info-all-of';
|
|
19
|
+
import { DocumentImageResult } from './document-image-result';
|
|
20
|
+
import { DocumentPositionResult } from './document-position-result';
|
|
21
|
+
import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
|
|
22
|
+
import { EncryptedRCLResult } from './encrypted-rclresult';
|
|
23
|
+
import { GraphicsResult } from './graphics-result';
|
|
24
|
+
import { ImageQualityResult } from './image-quality-result';
|
|
25
|
+
import { ImagesResult } from './images-result';
|
|
26
|
+
import { LexicalAnalysisResult } from './lexical-analysis-result';
|
|
27
|
+
import { LicenseResult } from './license-result';
|
|
28
|
+
import { PArrayField } from './parray-field';
|
|
29
|
+
import { ResultItem } from './result-item';
|
|
30
|
+
import { StatusResult } from './status-result';
|
|
31
|
+
import { TextDataResult } from './text-data-result';
|
|
32
|
+
import { TextResult } from './text-result';
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @type DocBarCodeInfo
|
|
36
|
+
* Raw data from BarCodes
|
|
37
|
+
* @export
|
|
38
|
+
*/
|
|
39
|
+
export type DocBarCodeInfo = DocBarCodeInfoAllOf & ResultItem;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,13 +15,17 @@
|
|
|
15
15
|
|
|
16
16
|
import { AuthenticityResult } from './authenticity-result';
|
|
17
17
|
import { ChosenDocumentTypeResult } from './chosen-document-type-result';
|
|
18
|
+
import { DocBarCodeInfo } from './doc-bar-code-info';
|
|
18
19
|
import { DocumentImageResultAllOf } from './document-image-result-all-of';
|
|
20
|
+
import { DocumentPositionResult } from './document-position-result';
|
|
19
21
|
import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
|
|
22
|
+
import { EncryptedRCLResult } from './encrypted-rclresult';
|
|
20
23
|
import { GraphicsResult } from './graphics-result';
|
|
21
24
|
import { ImageData } from './image-data';
|
|
22
25
|
import { ImageQualityResult } from './image-quality-result';
|
|
23
26
|
import { ImagesResult } from './images-result';
|
|
24
27
|
import { LexicalAnalysisResult } from './lexical-analysis-result';
|
|
28
|
+
import { LicenseResult } from './license-result';
|
|
25
29
|
import { ResultItem } from './result-item';
|
|
26
30
|
import { StatusResult } from './status-result';
|
|
27
31
|
import { TextDataResult } from './text-data-result';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regula Document Reader Web API
|
|
5
5
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Regula Document Reader Web API
|
|
5
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { DocumentPosition } from './document-position';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface DocumentPositionResultAllOf
|
|
22
|
+
*/
|
|
23
|
+
export interface DocumentPositionResultAllOf {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {DocumentPosition}
|
|
27
|
+
* @memberof DocumentPositionResultAllOf
|
|
28
|
+
*/
|
|
29
|
+
DocumentPosition?: DocumentPosition;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Regula Document Reader Web API
|
|
5
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 6.8.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import { AuthenticityResult } from './authenticity-result';
|
|
17
|
+
import { ChosenDocumentTypeResult } from './chosen-document-type-result';
|
|
18
|
+
import { DocBarCodeInfo } from './doc-bar-code-info';
|
|
19
|
+
import { DocumentImageResult } from './document-image-result';
|
|
20
|
+
import { DocumentPosition } from './document-position';
|
|
21
|
+
import { DocumentPositionResultAllOf } from './document-position-result-all-of';
|
|
22
|
+
import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
|
|
23
|
+
import { EncryptedRCLResult } from './encrypted-rclresult';
|
|
24
|
+
import { GraphicsResult } from './graphics-result';
|
|
25
|
+
import { ImageQualityResult } from './image-quality-result';
|
|
26
|
+
import { ImagesResult } from './images-result';
|
|
27
|
+
import { LexicalAnalysisResult } from './lexical-analysis-result';
|
|
28
|
+
import { LicenseResult } from './license-result';
|
|
29
|
+
import { ResultItem } from './result-item';
|
|
30
|
+
import { StatusResult } from './status-result';
|
|
31
|
+
import { TextDataResult } from './text-data-result';
|
|
32
|
+
import { TextResult } from './text-result';
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @type DocumentPositionResult
|
|
36
|
+
* Contains information about document position on the input image, its center, angle, etc
|
|
37
|
+
* @export
|
|
38
|
+
*/
|
|
39
|
+
export type DocumentPositionResult = DocumentPositionResultAllOf & ResultItem;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|