ExBifrost.Model.OcrPageImage (ex_bifrost v0.1.0)

Copy Markdown View Source

OcrPageImage model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.OcrPageImage{
  bottom_right_x: number(),
  bottom_right_y: number(),
  id: String.t(),
  image_base64: String.t() | nil,
  top_left_x: number(),
  top_left_y: number()
}

Functions

decode(value)