Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.svalync.com/llms.txt

Use this file to discover all available pages before exploring further.

Configuration

  • Node Type: action
  • Support: Currently, it only support pdf and extract the text from the pdf.

Input Fields

Field NameData TypeRequiredDescription
fileFileTrueThe zip file URL
{
  "file": "<File>"
}

Output Fields

Field NameData TypeRequiredDescription
ArrayTrueAn array of extracted files
[
  "<text extracted from file 1>",
  "<text extracted from file 2>",
  "<text extracted from file 3>",
  "<text extracted from file 4>"
]