Skip to content

Commit

Permalink
Merge pull request #136 from regulaforensics/SP-12947/Add_lcidFilter
Browse files Browse the repository at this point in the history
SP-12947: Add lcidFilter to process params
  • Loading branch information
GubinAlexander committed Dec 20, 2023
2 parents 99af484 + 5b96d51 commit edb53fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ components:
ProcessParams:
type: object
properties:
lcidFilter:
description: "The list of LCID types to recognize. If empty, values with all LCID types will be extracted. Empty by default."
type: array
items:
type: integer
default: []
checkLiveness:
description: "This parameter is used to enable document liveness check."
type: boolean
Expand Down

0 comments on commit edb53fa

Please sign in to comment.