From 9758c41d5379e0cc7f86ee6b757f1b13589f7584 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Wed, 14 Jan 2026 15:42:29 +0300 Subject: [PATCH 1/3] 49077 - add checkHoldersSignature --- p-process.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p-process.yml b/p-process.yml index 67cab04..c78b880 100644 --- a/p-process.yml +++ b/p-process.yml @@ -480,6 +480,9 @@ components: returnTransliteratedFields: description: "Allows transliteration to be turned on or off; by default, it is enabled." type: boolean + checkHoldersSignature: + description: "Set to true to enable detection of the document holder’s signature." + type: boolean MRZFormat: title: "MRZFormat" From 23e05294bd11083717411abb8e995c13efbad3e9 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 15 Jan 2026 09:53:21 +0300 Subject: [PATCH 2/3] 49077 - update description --- p-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index 1ba54b9..f875f04 100644 --- a/p-process.yml +++ b/p-process.yml @@ -484,7 +484,7 @@ components: description: "When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results." type: boolean checkHoldersSignature: - description: "Set to true to enable detection of the document holder’s signature." + description: "When enabled, activates detection of presence of the document holder's signature." type: boolean MRZFormat: From 601541c3a019b941224004a867afe7db0dd70e21 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 15 Jan 2026 10:01:24 +0300 Subject: [PATCH 3/3] Update p-process.yml --- p-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index f875f04..0113ecc 100644 --- a/p-process.yml +++ b/p-process.yml @@ -484,7 +484,7 @@ components: description: "When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results." type: boolean checkHoldersSignature: - description: "When enabled, activates detection of presence of the document holder's signature." + description: "When enabled, activates detection of the document holder’s signature presence." type: boolean MRZFormat: