extract_text_by_pages

Function extract_text_by_pages 

Source
pub fn extract_text_by_pages<P: AsRef<Path>>(
    path: P,
) -> Result<Vec<String>, OutputError>
Expand description

Extract the text from a pdf at path and return a Vec<String> with the results separately by page