Normalizer

The Operator node that rewrites text into spoken form so it reads naturally.

Family: Operator · type: processing_booster

The Normalizer rewrites text into spoken form so it reads naturally — expanding numbers, dates, and symbols (“$5” → “five dollars”) and applying your workspace dictionary. Place it between the Script (or Translator) and the Generator.

Config

Config keyDefaultValues
enginellmllm (a model rewrites each line) · rules (a built-in rule pipeline, no external dependency)
1node["config"] = {"engine": "llm"}

Both engines are billed the same — the choice is about behavior, not price. llm reads context and handles ambiguity; rules is deterministic and runs without an external dependency.

Inspect this node

1client.nodes.get_node_detail(node_type="processing_booster").data