//! Layout-guided extraction utilities.
//!
//! Provides table recognition, layout validation, and heading classification
//! helpers used by the PDF structure pipeline.
pub
pub
// Re-exports for use by pipeline.rs and other siblings
pub use looks_like_figure_label;
pub use recognize_tables_for_native_page;
pub use recognize_tables_slanet;
pub use extract_tables_from_layout_hints;