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
Because
- Sometimes we need to split a PDF document in pages. E.g., to pick a
subset of the document or to perform work in batches.
This commit
- Adds `TASK_SPLIT_IN_PAGES` to the `document` operator.
- The task works only for PDF documents for now.
| Batches (optional) |`pages`| array[string]| An ordered list of Base64-encoded documents, each one containing N pages of the input document. Page order in the input document is preserved both in the batch array elements and in the pages within each batch. |
0 commit comments