Skip to content

Commit

Permalink
SP-12990: Add checkLiveness field to Process Params
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Dec 19, 2023
1 parent 0d62bbd commit 2f7df17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ components:
ProcessParams:
type: object
properties:
checkLiveness:
description: "This parameter is used to enable document liveness check."
type: boolean
default: false
lcidIgnoreFilter:
description: "The list of LCID types to ignore during the recognition. If empty, values with all LCID types will be extracted. Narrowing down the list can reduce processing time. Empty by default."
type: array
Expand Down

0 comments on commit 2f7df17

Please sign in to comment.