Skip to content

Commit

Permalink
Merge pull request #135 from regulaforensics/SP-12990/Add_checkLivene…
Browse files Browse the repository at this point in the history
…ss_field

SP-12990: Add checkLiveness field to Process Params
  • Loading branch information
KirylKovaliov committed Dec 19, 2023
2 parents 0d62bbd + 2f7df17 commit 99af484
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 99af484

Please sign in to comment.