Skip to content

Commit

Permalink
add mrz format filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed May 21, 2021
1 parent a283962 commit 9944a12
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,31 @@ components:
description: "This option allows returning input images in output if enabled."
type: boolean
# default false
mrzFormatsFilter:
description: "This option allows limiting MRZ formats to be recognized by specifying them in array."
type: array
items:
$ref: '#/components/schemas/MRZFormat'
required:
- scenario

MRZFormat:
type: string
enum:
- '1x30'
- '3x30'
- '2x36'
- '2x44'
- '1x6'
- '2x30'
x-enum-varnames:
- 'IDL'
- 'ID1'
- 'ID2'
- 'ID3'
- 'CAN'
- 'ID1_2_30'

MeasureSystem:
type: integer
example: 0
Expand Down

0 comments on commit 9944a12

Please sign in to comment.