Skip to content

Commit 824184c

Browse files
authored
35955: Added occlusion check (#242)
1 parent 658d07d commit 824184c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rt-image-quality.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ components:
4040
- 5
4141
- 7
4242
- 9
43+
- 10
4344
x-enum-varnames:
4445
- "ImageGlares"
4546
- "ImageFocus"
@@ -49,6 +50,7 @@ components:
4950
- "Bounds"
5051
- "Portrait"
5152
- "Brightness"
53+
- "Occlusion"
5254
x-enum-descriptions:
5355
- "Signals glare presence on the image"
5456
- "Signals whether image is in focus"
@@ -58,6 +60,7 @@ components:
5860
- "Signals if document is not fully present in the image"
5961
- "Signals if the portrait is present"
6062
- "Signals if the document image is bright enough"
63+
- "Signals if the document image has occlusion"
6164

6265
InputImageQualityChecks:
6366
type: string
@@ -71,6 +74,7 @@ components:
7174
- "documentPosition"
7275
- "portraitCheck"
7376
- "brightnessCheck"
77+
- "occlusionCheck"
7478
x-enum-varnames:
7579
- "Glares"
7680
- "Focus"
@@ -80,6 +84,7 @@ components:
8084
- "Bounds"
8185
- "Portrait"
8286
- "Brightness"
87+
- "Occlusion"
8388
x-enum-descriptions:
8489
- "Signals glare presence on the image"
8590
- "Signals whether image is in focus"
@@ -89,6 +94,7 @@ components:
8994
- "Signals if document is not fully present in the image"
9095
- "Signals if the portrait is present"
9196
- "Signals if the document image is bright enough"
97+
- "Signals if the document image has occlusion"
9298

9399

94100
AreaArray:

0 commit comments

Comments
 (0)