Encoders
Instance methods
Apply a chain of encoders (processes from last to first).
encode_chain_steps(str, encoders : Array(String)) : Array(NamedTuple(encoder: String, output: String))
Apply a chain and return step-by-step results (for --chain-info).
Lookup a spec by any name or alias (case-insensitive).
register(spec : EncoderSpec)
Register a new encoder specification. If a name/alias already exists it will be overwritten by this spec.
Search encoders by keyword (matches name, aliases, description, category).