Skip to main content

Loaders

Loaders are components used to load documents from various sources, such as databases, websites, and local files. They can be used to fetch data from external sources and convert it into a format that can be processed by other components.

Unstructured​

This component uses the Unstructured library to load and parse PDF, DOCX, and TXT files into structured data. This component works with both the open-source library and the Unstructured API.

Parameters​

Inputs:​

NameDisplay NameInfo
fileFileThe path to the file to be parsed (supported types: pdf, docx, txt)

Outputs:​

NameDisplay NameInfo
dataDataList of Data objects containing the parsed content from the input file

Hallo, wie kann ich Ihnen helfen?