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…...Paragraph) if parent_para is None: continue...checking for their parent paragraphs. Here’s an updated version...