PdfInspector.Classification (pdf_inspector_ex v0.1.1)

Copy Markdown View Source

Result of PdfInspector.classify/1 (lightest routing entry).

pages_needing_ocr is 0-indexed (upstream convention for this entry point — unlike the 1-indexed process-level lists in PdfInspector.Result).

Summary

Types

t()

@type t() :: %PdfInspector.Classification{
  confidence: float(),
  page_count: non_neg_integer(),
  pages_needing_ocr: [non_neg_integer()],
  pdf_type: PdfInspector.Result.pdf_type()
}