pub struct PowerPointTextExtractor { /* private fields */ }Expand description
PowerPoint text extractor
Implementations§
Source§impl PowerPointTextExtractor
impl PowerPointTextExtractor
pub fn new() -> Self
pub async fn extract(&self, _file_path: &Path) -> RragResult<ExtractedContent>
Auto Trait Implementations§
impl Freeze for PowerPointTextExtractor
impl RefUnwindSafe for PowerPointTextExtractor
impl Send for PowerPointTextExtractor
impl Sync for PowerPointTextExtractor
impl Unpin for PowerPointTextExtractor
impl UnwindSafe for PowerPointTextExtractor
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