def __init__()

in src/block_helper.py [0:0]


    def __init__(self, page, block_type, text, index, geometry=None, parentBlockIndex=-1):
        self.BlockType = block_type
        self.Id = str(uuid.uuid4())
        self.Text = text
        self.Geometry = geometry
        self.Relationships = []
        self.Page = page

        self.parentBlockIndex = parentBlockIndex
        self.blockIndex = index