vesey.techpdftxtractreposrclib.rs
//! Render PDF pages as monospaced text grids.
//!
//! The core entry point is [`pdf::run`], which loads a PDF, extracts positioned
//! text and line segments from the requested pages, and renders each page as a
//! grid of characters. See [`pdf::GridConfig`] for the available options.

pub mod pdf;