Skip to content

Commit

Permalink
SP-12947: Add lcidFilter to process params
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Dec 20, 2023
1 parent 99af484 commit 5b96d51
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 5b96d51

Please sign in to comment.