Templates
Document Upload
A screen template for uploading a PDF document
Installation
Install the screen template by running the following command:
The screen file will be added at screens/document-upload-screen.tsx
.
Usage
Required Props
This screen template does not require any props. It handles document upload and returns the uploaded document information.
Example
workflow.py
Returns
The screen returns the uploaded files directly:
Name | Type | Description |
---|---|---|
uploadedFiles | object | The uploaded document files object containing file metadata and content |