Skip to content

Commit dec6f22

Browse files
committed
fix: MRZResult.originalImageResult should be uncorrected
1 parent 2c3700b commit dec6f22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/mrz-scanner-v2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export interface MRZResult {
356356
| Property | Type | Description |
357357
| ----------------------- | ------------------------------ | --------------------------------------------------------------- |
358358
| `status` | [`ResultStatus`](#resultstatus) | The status of the MRZ result, which can be successful, cancelled (if the user closes the scanner), or failed (indicating that something has gone wrong during the scanning process). |
359-
| `originalImageResult` | [`DSImageData`]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html) | A `DSImageData` object that represents the cropped image of the MRZ document. |
359+
| `originalImageResult` | [`DSImageData`]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html) | A `DSImageData` object that represents the **uncropped/uncorrected** image of the MRZ document. |
360360
| `data` | [`MRZData`](#mrzdata) | Represents the parsed MRZ info. |
361361

362362
#### Example

api/mrz-scanner-v2.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export interface MRZResult {
389389
| Property | Type | Description |
390390
| ----------------------- | ------------------------------ | --------------------------------------------------------------- |
391391
| `status` | [`ResultStatus`](#resultstatus) | The status of the MRZ result, which can be successful, cancelled (if the user closes the scanner), or failed (indicating that something has gone wrong during the scanning process). |
392-
| `originalImageResult` | [`DSImageData`]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html) | A `DSImageData` object that represents the cropped image of the MRZ document. |
392+
| `originalImageResult` | [`DSImageData`]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html) | A `DSImageData` object that represents the **uncropped/uncorrected** image of the MRZ document. |
393393
| `data` | [`MRZData`](#mrzdata) | Represents the parsed MRZ info. |
394394

395395
#### Example

api/mrz-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export interface MRZResult {
410410
| Property | Type | Description |
411411
| ----------------------- | ------------------------------ | --------------------------------------------------------------- |
412412
| `status` | [`ResultStatus`](#resultstatus) | The status of the MRZ result, which can be successful, cancelled (if the user closes the scanner), or failed (indicating that something has gone wrong during the scanning process). |
413-
| `originalImageResult` | [`DSImageData`]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html) | A `DSImageData` object that represents the cropped image of the MRZ document. |
413+
| `originalImageResult` | [`DSImageData`]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html) | A `DSImageData` object that represents the **uncropped/uncorrected** image of the MRZ document. |
414414
| `data` | [`MRZData`](#mrzdata) | Represents the parsed MRZ info. |
415415

416416
#### Example

0 commit comments

Comments
 (0)