From a86689fdf7c600ff9d1baa5747b24fdcc1b73190 Mon Sep 17 00:00:00 2001 From: Kiryl Kovaliov Date: Mon, 9 Dec 2024 19:08:28 +0100 Subject: [PATCH 1/3] SP-20068 demo role --- p-process.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/p-process.yml b/p-process.yml index 0196d02f..10129b66 100644 --- a/p-process.yml +++ b/p-process.yml @@ -256,7 +256,7 @@ components: type: string example: "MM/dd/yyyy" measureSystem: - description: "This option allows you to set the system of measurement used for converting original values + description: "This option allows you to set the system of measurement used for converting original values in document to output result values. Metric by default." $ref: "#/components/schemas/MeasureSystem" imageDpiOutMax: @@ -366,7 +366,7 @@ components: items: $ref: "#/components/schemas/MRZFormat" forceReadMrzBeforeLocate: - description: "When enabled, make sure that in series processing MRZ is located fully inside the result document image, + description: "When enabled, make sure that in series processing MRZ is located fully inside the result document image, if present on the document. Enabling this option may add extra processing time, by disabling optimizations, but allows more stability in output image quality. Disabled by default." type: boolean @@ -388,7 +388,7 @@ components: type: boolean # default false documentGroupFilter: - description: "List of specific eligible document types from DocumentType enum to recognize from. + description: "List of specific eligible document types from DocumentType enum to recognize from. You may, for example, specify only passports to be recognized by setting this property. Empty by default." type: array items: @@ -693,8 +693,6 @@ components: ProcessRequestImage: type: object - required: - - ImageData properties: ImageData: $ref: "./common.yml#/components/schemas/ImageData" From 09b0cc9011543c0f52950f33c67b98a5b48adf2d Mon Sep 17 00:00:00 2001 From: Kiryl Kovaliov Date: Mon, 9 Dec 2024 19:24:04 +0100 Subject: [PATCH 2/3] SP-20119 required fields adjustments --- p-process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p-process.yml b/p-process.yml index 10129b66..c422034b 100644 --- a/p-process.yml +++ b/p-process.yml @@ -366,7 +366,7 @@ components: items: $ref: "#/components/schemas/MRZFormat" forceReadMrzBeforeLocate: - description: "When enabled, make sure that in series processing MRZ is located fully inside the result document image, + description: "When enabled, make sure that in series processing MRZ is located fully inside the result document image, if present on the document. Enabling this option may add extra processing time, by disabling optimizations, but allows more stability in output image quality. Disabled by default." type: boolean @@ -388,7 +388,7 @@ components: type: boolean # default false documentGroupFilter: - description: "List of specific eligible document types from DocumentType enum to recognize from. + description: "List of specific eligible document types from DocumentType enum to recognize from. You may, for example, specify only passports to be recognized by setting this property. Empty by default." type: array items: From 95fb28870306911f7ef540c0ad9089e08bd86654 Mon Sep 17 00:00:00 2001 From: Kiryl Kovaliov Date: Mon, 9 Dec 2024 19:24:38 +0100 Subject: [PATCH 3/3] SP-20119 required fields adjustments --- p-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index c422034b..2a84ef13 100644 --- a/p-process.yml +++ b/p-process.yml @@ -256,7 +256,7 @@ components: type: string example: "MM/dd/yyyy" measureSystem: - description: "This option allows you to set the system of measurement used for converting original values + description: "This option allows you to set the system of measurement used for converting original values in document to output result values. Metric by default." $ref: "#/components/schemas/MeasureSystem" imageDpiOutMax: