1//! Hybrid extraction mode — combines rule-based pipeline with LLM-assisted 2//! post-processing for higher-accuracy structured output. 3//! 4//! This module is only compiled when the `hybrid` feature flag is enabled.