//! Plain text extraction from DOCX/DOC files via `office_oxide`.
use Path;
use ;
/// Extracts all plain text from a document using `office_oxide`.
///
/// Supports DOCX, DOC, and all other formats `office_oxide` can read.
///
/// # Errors
///
/// Returns I/O or format errors if the file cannot be opened or parsed.