pub fn pdf_textlines(bytes: &[u8]) -> Vec<(f32, f32, Vec<TextCell>)>Expand description
Public entry: per-page (width, height, line cells) for a PDF, via the Rust
text parser + the docling-parse line sanitizer. Used by the pipeline and the
textparse_dump example.