use crate::extractors::pdf; pub fn get_text(path : &str) -> String { pdf::pdf2text(path).ok().unwrap_or_default() }