From 80040881299dfadc8739652919fd08babd1709ed Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 6 Aug 2026 11:47:39 +0300 Subject: [PATCH] 63438 - add occlusionCheck --- p-process.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/p-process.yml b/p-process.yml index 49432ef..fb03f39 100644 --- a/p-process.yml +++ b/p-process.yml @@ -759,6 +759,10 @@ components: $ref: "./rt-image-quality.yml#/components/schemas/InputImageQualityChecks" glaresCheckParams: $ref: "./common.yml#/components/schemas/GlaresCheckParams" + occlusionCheck: + description: "This option enables the occlusion detection to identify cases where parts of a document are covered by fingers, hands, or other objects during image capture." + type: boolean + # default: false occlusionCheckParams: $ref: "./common.yml#/components/schemas/OcclusionCheckParams"