pub fn extract_text_bytes(pdf_bytes: &[u8]) -> Result<String, WorkTextError>Expand description
Extract text from PDF bytes using pdf-extract.
pub fn extract_text_bytes(pdf_bytes: &[u8]) -> Result<String, WorkTextError>Extract text from PDF bytes using pdf-extract.