Upload Document
Uploading a document works in two steps. When you click the Upload Document
button, you are presented with a file selector to select a local document for upload. Some supported files are .docx, .doc, .pdf, .txt, .csv, .json, and .xlsx.
After the document is successfully uploaded, it is available in the Upload Document
pane:
The uploaded document can then be used with the following syntax:
{{ doc|name:output.csv }}
Parameters:
- Name: The name of the uploaded document.
Returns:
- The plain text of the document. Currently, the document processing does not support OCR.