pub fn extract_with_options(
source: &str,
file_path: &Path,
config: &ParserConfig,
options: &ExtractionOptions,
) -> Result<ExtractionResult, ParserError>Expand description
Extract with custom options (supports tolerant mode)
pub fn extract_with_options(
source: &str,
file_path: &Path,
config: &ParserConfig,
options: &ExtractionOptions,
) -> Result<ExtractionResult, ParserError>Extract with custom options (supports tolerant mode)