extract_with_options

Function extract_with_options 

Source
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)