Class TextItem
A text content item. Follows the docling TextItem convention. Carries both original and sanitized text representations.
public class TextItem : DocItem
- Inheritance
-
TextItem
- Derived
- Inherited Members
Constructors
TextItem()
public TextItem()
Properties
Orig
Original (untreated) text representation.
public string Orig { get; set; }
Property Value
Text
Sanitized text representation.
public string Text { get; set; }