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>"
]