Represents a single line of text from a source document, annotated with
its line number for precise referencing.
Attributes
line_number
class-attribute
instance-attribute
line_number: int | None = None
The line number of this text within the source document.
line_text
class-attribute
instance-attribute
line_text: str | None = field(repr=False, default=None)
The actual text content of this line from the source document.