pub struct PdfExtractor;
Expand description
Extracts the text from a PDF file.
Trait Implementations§
Source§impl DataExtractor for PdfExtractor
impl DataExtractor for PdfExtractor
Auto Trait Implementations§
impl Freeze for PdfExtractor
impl RefUnwindSafe for PdfExtractor
impl Send for PdfExtractor
impl Sync for PdfExtractor
impl Unpin for PdfExtractor
impl UnwindSafe for PdfExtractor
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