split_large_section

Function split_large_section 

Source
fn split_large_section(
    text: &str,
    base_offset: usize,
    config: &ChunkConfig,
) -> Result<Vec<ChunkOutput>, ChunkError>
Expand description

Split a large section into smaller chunks.