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