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
@type t() :: %PdfInspector.Classification{ confidence: float(), page_count: non_neg_integer(), pages_needing_ocr: [non_neg_integer()], pdf_type: PdfInspector.Result.pdf_type() }