pub fn pdf_text(bytes: &[u8]) -> PdfDocumentExpand description
Extract the text layer of a PDF.
Never fails: a document with no recoverable text comes back with an
empty pages, which the caller renders as an honest structured summary
rather than as silence.