View Source Pdf.Reader.Result.Page (ExPDF v1.0.1)

Per-page slice of the unified extraction result.

:lines contains both text lines (with :kind-tagged tokens including :link, :email, :image) and synthetic image-only lines, sorted top-to-bottom on the page.

Spec reference: PDF 1.7 § 7.7.3 — Page Tree.

Summary

Types

@type t() :: %Pdf.Reader.Result.Page{
  lines: [Pdf.Reader.Line.t()],
  meta: map(),
  number: pos_integer()
}