Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions rt-image-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ components:
- 5
- 7
- 9
- 10
x-enum-varnames:
- "ImageGlares"
- "ImageFocus"
Expand All @@ -49,6 +50,7 @@ components:
- "Bounds"
- "Portrait"
- "Brightness"
- "Occlusion"
x-enum-descriptions:
- "Signals glare presence on the image"
- "Signals whether image is in focus"
Expand All @@ -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
Expand All @@ -71,6 +74,7 @@ components:
- "documentPosition"
- "portraitCheck"
- "brightnessCheck"
- "occlusionCheck"
x-enum-varnames:
- "Glares"
- "Focus"
Expand All @@ -80,6 +84,7 @@ components:
- "Bounds"
- "Portrait"
- "Brightness"
- "Occlusion"
x-enum-descriptions:
- "Signals glare presence on the image"
- "Signals whether image is in focus"
Expand All @@ -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:
Expand Down