Skip to content

Recombine Segments

🤖 AI Drafted (Not reviewed)

Stitch segment image files into one derived image.

Tool id recombine_segments
Category transform
Uses a language model no
Needs a generative model no
Runs over many items yes
Item handling batch
Structured output no
Human-verified not yet

What it reads

Port Type Required What it is
Segment Files (files) files yes Segment image files to recombine.
Documents (documents) json no The page the segments came from. Without it the recombined image cannot be attached to anything and the run has no user-visible effect.

What it emits

Port Type Required What it is
Recombined File (output_files) files Recombined image file.

Options

Option Type Default What it does
background string white Background color for padding/empty area.
compression_quality integer 90 JPEG/WebP compression quality.
layout string vertical How segment images should be stitched together. One of: horizontal, vertical.
output_dir string Optional output directory. Defaults to a temp directory.
output_format string png Derived recombined image format. One of: jpg, png, tiff, webp.
padding integer 0 Pixels between segment images.

The prompt it sends

This tool does not send a prompt — it does its work in code.