Skip to content

Commit ac5ab71

Browse files
SP-19555: Add imageUrls (#207)
* SP-19555: Add imageUrls * SP-19592: Add DTC * Update p-process.yml --------- Co-authored-by: Ihar Kliashchou <ihar.kliashchou@gmail.com>
1 parent f7f6f46 commit ac5ab71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

p-process.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ components:
177177
description: "Free-form object to be included in response. Must be object, not list or simple value.
178178
Do not affect document processing. Use it freely to pass your app params. Stored in process logs."
179179
additionalProperties: true
180+
ImageUrls:
181+
type: array
182+
description: "URLs to the document images for processing."
183+
items:
184+
type: string
180185
required:
181186
- processParam
182187

0 commit comments

Comments
 (0)