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