<aside> <img src="/icons/info-alternate_green.svg" alt="/icons/info-alternate_green.svg" width="40px" /> Transformer Axons allow you to modify or reformat processed data before sending it to its final destination (output). These axons provide the flexibility to perform various transformations, such as generating documents, renaming files, merging files, or performing other data adjustments. This ensures the data is in the correct format and structure before being delivered to the output.

</aside>

Files Merger Axon

The Files Merger Axon enables you to automatically merge multiple files into one, using rules based on classification or extraction results.

How It Works:

• The merger can combine files according to specific criteria, such as document type or extracted data points.

• You can also organize and merge files into folders based on the data or rules set in the pipeline.

This axon is particularly useful for combining related documents into a single file, such as merging multiple pages of a report or combining scanned documents into a single PDF.

Files Renamer Axon

The Files Renamer Axon allows you to automatically rename files based on data processed through the Neuron. By using placeholders, the axon can dynamically rename files according to specific data points from the pipeline.

How It Works:

You can set up placeholders to rename files based on extracted data or classification labels.

For example, using {{template_example}} as a placeholder will rename the file based on the template_example datapoint.

This is particularly helpful for organizing files based on their content or classification, ensuring consistency in file names throughout your automation process.

Doc Generator Axon

The Doc Generator Axon enables you to generate DOCX files by filling in predefined templates with data extracted or generated from earlier stages of the neuron.

How It Works:

• The Doc Generator uses templates that contain placeholders like {{datapoint_name}} to insert specific information into the document.

• The generated DOCX files are stored in the Neuron Explorer, where they can be downloaded or further processed.

This axon is ideal for automating document generation tasks such as creating reports, contracts, or summaries based on dynamic data processed by the Neuron.

<aside> <img src="/icons/info-alternate_green.svg" alt="/icons/info-alternate_green.svg" width="40px" /> Placeholders must not contain spaces (e.g., {{datapoint_name}}, not {{data point name}}).

</aside>