From 42a24b7e1b5931f6c6c88cefa161052886f8a1fd Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Fri, 29 May 2026 16:29:33 +0300 Subject: [PATCH] Changed default value for disablePerforationOCR to true --- p-process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p-process.yml b/p-process.yml index e2e9d24..494e5d7 100644 --- a/p-process.yml +++ b/p-process.yml @@ -383,9 +383,9 @@ components: type: boolean # default false disablePerforationOCR: - description: "When enabled, OCR of perforated fields in the document template will not be performed. Disabled by default." + description: "When enabled, OCR of perforated fields in the document template will not be performed. Enabled by default." type: boolean - # default false + # default true documentGroupFilter: 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."