pub fn extract_text_from_bytes(bytes: &[u8]) -> Result<String, String>
Extract full text from PDF bytes in memory.