We are trying to extract comments from word document
we are having around 15 comments, in the document but we see only 8 comments using the below code, can someone correct the code to view all 15 comments
comment_nodes…...get_child_nodes(aw.NodeType.COMMENT, True) comment_data...parent_para = comment.get_ancestor(aw.Paragraph) if parent_para is...