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