__init__ constructor

On this page

init

Initializes a new instance of the class using a set of recognized lines.

def __init__(self, lines):
    ...
Parameter Type Description
lines Iterable[TextLine] an Iterable (e.g. a list or an array) of recognized lines

See Also

On this page