Table of Contents

Property StripImageMarkup

Namespace
LMKit.Extraction.Ocr
Assembly
LM-Kit.NET.dll

StripImageMarkup

Gets or sets a value indicating whether Markdown image references should be removed from the transcription output.

public bool StripImageMarkup { get; set; }

Property Value

bool

The default value is true.

Remarks

When enabled, the engine strips image markup such as ![alt](path.png) from the model's output. This is useful when the transcription should contain only textual content without references to embedded images.

Consecutive blank lines left behind after stripping are collapsed into a single blank line.