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…...with how the comments are structured. Solution To ensure you retrieve...comment is not None: comment_data.append({ 'author': comment.get_author()...