From 9944a12c04351aed4b89c55b425a80bf0a090976 Mon Sep 17 00:00:00 2001 From: Hleb Albau Date: Fri, 21 May 2021 13:02:08 +0300 Subject: [PATCH] add mrz format filter --- p-process.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/p-process.yml b/p-process.yml index a698328..9734369 100644 --- a/p-process.yml +++ b/p-process.yml @@ -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