GameApp.External.TextExtractBehaviour behaviour (game_app v0.1.0)

The GameApp.External.TextExtractBehaviour defines a required contract for modules handling text extraction in the GameApp system.

Summary

Callbacks

Link to this callback

extract_text(url)

@callback extract_text(url :: String.t()) :: {:ok, String.t()} | {:error, String.t()}