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 23cd69c commit bea97f9Copy full SHA for bea97f9
p-process.yml
@@ -310,6 +310,9 @@ components:
310
description: "This option can be set to false to stop parsing after barcode is read."
311
type: boolean
312
# default true
313
+ convertCase:
314
+ description: "This option allows output text case transformation. No changes applied by default to original values."
315
+ $ref: "#/components/schemas/TextPostProcessing"
316
required:
317
- scenario
318
@@ -330,6 +333,19 @@ components:
330
333
- 'CAN'
331
334
- 'ID1_2_30'
332
335
336
+ TextPostProcessing:
337
+ type: integer
338
+ enum:
339
+ - 0
340
+ - 1
341
+ - 2
342
+ - 3
343
+ x-enum-varnames:
344
+ - 'NO_CHANGE'
345
+ - 'UPPERCASE'
346
+ - 'LOWERCASE'
347
+ - 'CAPITAL'
348
+
349
MeasureSystem:
350
type: integer
351
example: 0
0 commit comments