pub fn export_pipeline_html(
pipeline_result: &PipelineResult,
original_text: &str,
config: &ExportConfig,
) -> LangExtractResult<String>
Expand description
Export a pipeline result as rich HTML with layered highlights per step
pub fn export_pipeline_html(
pipeline_result: &PipelineResult,
original_text: &str,
config: &ExportConfig,
) -> LangExtractResult<String>
Export a pipeline result as rich HTML with layered highlights per step