pub fn extract_text_encrypted<P: AsRef<Path>>( path: P, password: &str, ) -> Result<String, OutputError>