pub struct PaddleOcr { /* private fields */ }Expand description
PaddleOCR det+rec pipeline behind visual-cortex-vision’s OcrEngine.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PaddleOcr
impl !UnwindSafe for PaddleOcr
impl Freeze for PaddleOcr
impl Send for PaddleOcr
impl Sync for PaddleOcr
impl Unpin for PaddleOcr
impl UnsafeUnpin for PaddleOcr
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