Skip to main content

extract_text_from_bytes

Function extract_text_from_bytes 

Source
pub fn extract_text_from_bytes(bytes: &[u8]) -> Result<String, String>
Expand description

Extract full text from PDF bytes in memory.