Expand description
Layout analysis utilities — page geometry classification, margin detection, and content density analysis for multi-column and complex layouts.
Structs§
- Content
Density - Content density info for a page.
- Page
Margins - Detected page margins.
Enums§
- Layout
Type - Classification of a page layout.
Functions§
- classify_
layout - Classify the layout type of a page based on its content elements.
- compute_
density - Compute content density for a page.
- detect_
margins - Detect page margins from content bounding boxes.