Skip to content
Open
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
3 changes: 2 additions & 1 deletion p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ components:
type: boolean
# default false
mrzFormatsFilter:
description: "This option allows limiting MRZ formats to be recognized by specifying them in array."
description: "This option allows limiting MRZ formats to be recognized by specifying them in array.
If left empty, all MRZ formats will be recognized, except for 2x30, which is disabled by default."
type: array
items:
$ref: "#/components/schemas/MRZFormat"
Expand Down