pub struct ColumnDetector { /* private fields */ }Expand description
Column detection component
Implementations§
Source§impl ColumnDetector
impl ColumnDetector
pub fn new() -> RragResult<Self>
pub async fn detect_columns( &self, content: &DocumentContent, ) -> RragResult<Option<ColumnLayout>>
Auto Trait Implementations§
impl Freeze for ColumnDetector
impl RefUnwindSafe for ColumnDetector
impl Send for ColumnDetector
impl Sync for ColumnDetector
impl Unpin for ColumnDetector
impl UnwindSafe for ColumnDetector
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