Getting duplicate revisions -Aspose word c#

Hi Team,

I am getting duplicate revisions when I am trying to get all the revisions from the attached document(sample4.docx).
I have total 5 revisions but getting 11 revisions.
I have inserted 3 sentences in middle of the paragraphs, but all revisions are getting more than one timesample4.docx (96 KB)

Aspose.word version we are using 20.8.0.
Please suggest us.

@sureshkap Revisions in your document are grouped. There are 5 revisions groups. You can check this by using the code I have suggested in another you thread.

Is there a way we can get only the exact revisions instead of getting duplicate or more than one revisions

@sureshkap This is how revisions are stored in the document. Since changed text can ocupy several nodes it is required to apply revision to several nodes. To consider these changes as a single revision, they are grouped with revision group.