We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a283962 commit 9944a12Copy full SHA for 9944a12
p-process.yml
@@ -288,9 +288,31 @@ components:
288
description: "This option allows returning input images in output if enabled."
289
type: boolean
290
# default false
291
+ mrzFormatsFilter:
292
+ description: "This option allows limiting MRZ formats to be recognized by specifying them in array."
293
+ type: array
294
+ items:
295
+ $ref: '#/components/schemas/MRZFormat'
296
required:
297
- scenario
298
299
+ MRZFormat:
300
+ type: string
301
+ enum:
302
+ - '1x30'
303
+ - '3x30'
304
+ - '2x36'
305
+ - '2x44'
306
+ - '1x6'
307
+ - '2x30'
308
+ x-enum-varnames:
309
+ - 'IDL'
310
+ - 'ID1'
311
+ - 'ID2'
312
+ - 'ID3'
313
+ - 'CAN'
314
+ - 'ID1_2_30'
315
+
316
MeasureSystem:
317
type: integer
318
example: 0
0 commit comments