Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,16 @@ components:
description: "The maximum allowable part of the area occupied by the glare. The same: 0.06 = 6%"
example: 0.0

OcclusionCheckParams:
title: "OcclusionCheckParams"
type: object
properties:
maxOcclusionPart:
type: number
format: float
description: "The maximum size for the occluded area of a document; only those exceeding this size will be validated"
example: 0.01

MDLDeviceEngagement:
title: "MDLDeviceEngagement"
type: integer
Expand Down
2 changes: 2 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,8 @@ components:
$ref: "./rt-image-quality.yml#/components/schemas/InputImageQualityChecks"
glaresCheckParams:
$ref: "./common.yml#/components/schemas/GlaresCheckParams"
occlusionCheckParams:
$ref: "./common.yml#/components/schemas/OcclusionCheckParams"

ProcessRequestImage:
title: "ProcessRequestImage"
Expand Down