Skip to main content

extract_pdf_pages

Function extract_pdf_pages 

Source
pub fn extract_pdf_pages(path: &Path) -> Result<Vec<(u32, String)>, String>
Expand description

Extract text pages from a PDF file.