pub fn extract_text_by_pages<P: AsRef<Path>>( path: P, ) -> Result<Vec<String>, OutputError>
Extract the text from a pdf at path and return a Vec<String> with the results separately by page
path
Vec<String>