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