edgeparse-core 0.2.5

EdgeParse core library — PDF parsing and structured data extraction
Documentation
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.