pub struct LayoutAnalysisConfig {
pub detect_structure: bool,
pub identify_sections: bool,
pub extract_reading_order: bool,
pub detect_columns: bool,
}Expand description
Layout analysis configuration
Fields§
§detect_structure: boolDetect document structure
identify_sections: boolIdentify sections
extract_reading_order: boolExtract reading order
detect_columns: boolDetect columns
Trait Implementations§
Source§impl Clone for LayoutAnalysisConfig
impl Clone for LayoutAnalysisConfig
Source§fn clone(&self) -> LayoutAnalysisConfig
fn clone(&self) -> LayoutAnalysisConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LayoutAnalysisConfig
impl Debug for LayoutAnalysisConfig
Auto Trait Implementations§
impl Freeze for LayoutAnalysisConfig
impl RefUnwindSafe for LayoutAnalysisConfig
impl Send for LayoutAnalysisConfig
impl Sync for LayoutAnalysisConfig
impl Unpin for LayoutAnalysisConfig
impl UnwindSafe for LayoutAnalysisConfig
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