pub struct WordTextExtractor { /* private fields */ }Expand description
Word document text extractor
Implementations§
Source§impl WordTextExtractor
impl WordTextExtractor
pub fn new() -> Self
pub async fn extract(&self, _file_path: &Path) -> RragResult<ExtractedContent>
Auto Trait Implementations§
impl Freeze for WordTextExtractor
impl RefUnwindSafe for WordTextExtractor
impl Send for WordTextExtractor
impl Sync for WordTextExtractor
impl Unpin for WordTextExtractor
impl UnwindSafe for WordTextExtractor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more