Table of Contents

Property Chars

Namespace
LMKit.Document.Layout
Assembly
LM-Kit.NET.dll

Chars

The character elements this element was built from (for a word, its glyphs in left-to-right order), or an empty list when it was not built by merging (for example an OCR source that reports word boxes only).

public IReadOnlyList<TextElement> Chars { get; }

Property Value

IReadOnlyList<TextElement>
Share