A screen template for splitting a document into multiple pages
screens/document-splitting-screen.tsx
.
Name | Type | Description |
---|---|---|
resultId | string | The async result ID returned from a split document API call |
Name | Type | Description |
---|---|---|
documents | array | Array of document objects created from the splits |
documents[].id | string | Unique identifier for the created document |
documents[].fileName | string | Name of the created document file |
documents[].startPageInclusive | number | First page of the document (inclusive) |
documents[].endPageInclusive | number | Last page of the document (inclusive) |