ExBifrost.Model.OcrPageDimensions (ex_bifrost v0.1.0)

Copy Markdown View Source

OcrPageDimensions model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.OcrPageDimensions{
  dpi: integer(),
  height: integer(),
  width: integer()
}

Functions

decode(value)