defmodule Frenzy.Pipeline.Extractor do @callback extract(String.t()) :: {:ok, String.t()} | {:error, String.t()} end