Overview
The Transform Content node is a super node that enables comprehensive content format conversion by providing access to multiple specialized transformation services. This node serves as the primary interface for preparing imported raw content for downstream processing by converting documents, images, and media into formats optimized for segmentation, analysis, or storage.
The node provides access to multiple transformation service families to deliver flexible content transformation capabilities:
- PDF transformation services for converting documents to structured formats (LlamaParse, HyperFlow LLM PDF Transformer)
- OCR services for extracting text from scanned documents and images (Mistral AI Document OCR)
- Media processing services for handling images and video content (HyperFlow Media Transform)
- Multi-format loaders for various document types (Langchain Transformer)
It accepts raw content from import operations and automatically applies the selected transformation service to produce structured content suitable for further processing. The node's capabilities are entirely determined by your selected transformation service, making it a flexible interface for content preparation workflows.
Node Specification
Core Properties
| Property |
Value |
| Node Type |
Content transformation |
| Category |
Content |
Note: This is a super node that depends on selected services for its functionality. The parameters, input ports and output ports below are the base set provided by the node. Selected services will add their specific parameters and may modify available options.
Parameters
| Parameter |
Type |
Options |
Default |
Required |
Description |
| Transformer service |
Service |
See Available Services |
— |
Yes |
Select the transformation service to use for processing content. |
Input Ports
| Port |
Type |
Accepts |
Required |
Description |
| Content |
Content |
Content (ImportSet or ContentSelectionValue) |
Yes |
Raw content to transform. |
Output Ports
| Port |
Type |
Description |
| Content |
Import Set |
The transformed content as an Import Set. |
Process Flow Exits
| Exit |
Condition |
Description |
| Main exit |
On completion |
Continues process flow after transformation. |