pub fn extract_text_encrypted<P: AsRef<Path>, PW: AsRef<[u8]>>( path: P, password: PW, ) -> Result<String, OutputError>