pub struct Textractor { /* private fields */ }Expand description
Textractor definition
Implementations§
Source§impl Textractor
Textractor implementation
impl Textractor
Textractor implementation
Sourcepub fn new() -> Textractor
pub fn new() -> Textractor
Creates a Textractor instance.
Sourcepub fn with_url(url: &str) -> Textractor
pub fn with_url(url: &str) -> Textractor
Sourcepub fn with_url_token(url: &str, token: &str) -> Textractor
pub fn with_url_token(url: &str, token: &str) -> Textractor
Sourcepub async fn batchtextract(&self, files: &Vec<&str>) -> TextsBatch
pub async fn batchtextract(&self, files: &Vec<&str>) -> TextsBatch
Auto Trait Implementations§
impl Freeze for Textractor
impl RefUnwindSafe for Textractor
impl Send for Textractor
impl Sync for Textractor
impl Unpin for Textractor
impl UnsafeUnpin for Textractor
impl UnwindSafe for Textractor
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