Skip to main content

extract_text

Function extract_text 

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

Convenience: decode .doc bytes into normalized plain text (all sub-documents — main body, then footnotes/endnotes/headers). Errors with Error::NoText if nothing indexable was found.