I am trying to pull table structures out of documents using words-python (version 25.9.0). I need to be able to detect merged cells properly. The vertical merges seem to work as anticipated based on documentation. Howeve…...docx') section = doc.sections[0] table = [child for...for child in section.body.get_child_nodes(aw.NodeType.TABLE,...