PdfInspector.PageOcrReasons (pdf_inspector_ex v0.1.1)

Copy Markdown View Source

OCR reasons for a single page. The page numbering follows the parent struct: 1-indexed inside PdfInspector.Result / PdfInspector.PagesResult process-level lists.

Summary

Types

t()

@type t() :: %PdfInspector.PageOcrReasons{page: pos_integer(), reasons: [String.t()]}