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 f7f6f46 commit ac5ab71Copy full SHA for ac5ab71
p-process.yml
@@ -177,6 +177,11 @@ components:
177
description: "Free-form object to be included in response. Must be object, not list or simple value.
178
Do not affect document processing. Use it freely to pass your app params. Stored in process logs."
179
additionalProperties: true
180
+ ImageUrls:
181
+ type: array
182
+ description: "URLs to the document images for processing."
183
+ items:
184
+ type: string
185
required:
186
- processParam
187
0 commit comments