Function pdf_extract::extract_text

source ·
pub fn extract_text<P: AsRef<Path>>(path: P) -> Result<String, OutputError>
Expand description

Extract the text from a pdf at path and return a String with the results