You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: p-process.yml
+27-4Lines changed: 27 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -169,10 +169,10 @@ components:
169
169
properties:
170
170
imageOutputMaxHeight:
171
171
type: integer
172
-
description: "Defines the maximum height of the output document image."
172
+
description: "This parameter allows setting maximum height in pixels of output images and thus reducing image size to desired. Does not change the aspect ratio. Changes disabled if equals to 0. Default 0."
173
173
imageOutputMaxWidth:
174
174
type: integer
175
-
description: "Defines the maximum width for the document image."
175
+
description: "This parameter allows setting maximum width in pixels of output images and thus reducing image size to desired. Does not change the aspect ratio. Changes disabled if equals to 0. Default 0."
176
176
scenario:
177
177
$ref: './common.yml#/components/schemas/Scenario'
178
178
resultTypeOutput:
@@ -211,8 +211,9 @@ components:
211
211
in document to output result values. Metric by default."
212
212
$ref: '#/components/schemas/MeasureSystem'
213
213
imageDpiOutMax:
214
-
description: "This option controls maximum resolution in dpi of output images. Resolution will remain original
215
-
in case 0 is supplied. By default is set to return images in response with resolution not greater than 300 dpi."
214
+
description: "This parameter controls maximum resolution in dpi of output images.
215
+
Resolution will remain original in case 0 is supplied. By default is set to return images in response with
216
+
resolution not greater than 300 dpi for all scenarios except FullAuth. In FullAuth scenario this limit is 1000 dpi by default."
216
217
type: integer
217
218
alreadyCropped:
218
219
description: "This option can be enabled if you know for sure that the image you provide contains
@@ -348,6 +349,24 @@ components:
348
349
The available checks are listed in the eRPRM_Authenticity enum.
349
350
Note that only supported by your license checks can be added. "
description: "This parameter is used to specify the document reader device type from which input images were captured. Default 0."
357
+
type: integer
358
+
# default: 0
359
+
deviceType:
360
+
description: "This parameter is used to specify the document reader device type from which input images were captured. Default 0."
361
+
type: integer
362
+
# default: 0
363
+
deviceTypeHex:
364
+
type: string
365
+
description: "This parameter is used to specify the document reader device type from which input images were captured"
366
+
ignoreDeviceIdFromImage:
367
+
type: boolean
368
+
description: "This parameter is used to tell the processing engine to ignore any parameters saved in the image when scanned from the document reader device. Default false"
0 commit comments