From 7bfd05df287480fcfc3b519629a8499023e95f47 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:01:57 +0300 Subject: [PATCH] 35955: Added occlusion check --- rt-image-quality.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rt-image-quality.yml b/rt-image-quality.yml index 7c6418f4..89155c6b 100644 --- a/rt-image-quality.yml +++ b/rt-image-quality.yml @@ -40,6 +40,7 @@ components: - 5 - 7 - 9 + - 10 x-enum-varnames: - "ImageGlares" - "ImageFocus" @@ -49,6 +50,7 @@ components: - "Bounds" - "Portrait" - "Brightness" + - "Occlusion" x-enum-descriptions: - "Signals glare presence on the image" - "Signals whether image is in focus" @@ -58,6 +60,7 @@ components: - "Signals if document is not fully present in the image" - "Signals if the portrait is present" - "Signals if the document image is bright enough" + - "Signals if the document image has occlusion" InputImageQualityChecks: type: string @@ -71,6 +74,7 @@ components: - "documentPosition" - "portraitCheck" - "brightnessCheck" + - "occlusionCheck" x-enum-varnames: - "Glares" - "Focus" @@ -80,6 +84,7 @@ components: - "Bounds" - "Portrait" - "Brightness" + - "Occlusion" x-enum-descriptions: - "Signals glare presence on the image" - "Signals whether image is in focus" @@ -89,6 +94,7 @@ components: - "Signals if document is not fully present in the image" - "Signals if the portrait is present" - "Signals if the document image is bright enough" + - "Signals if the document image has occlusion" AreaArray: