Configuration
- Node Type: action
- Support: Currently, it only support pdf and extract the text from the pdf.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Extract the zip file and get their content
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| file | File | True | The zip file URL |
{
"file": "<File>"
}
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| Array | True | An array of extracted files |
[
"<text extracted from file 1>",
"<text extracted from file 2>",
"<text extracted from file 3>",
"<text extracted from file 4>"
]