GroupDocs.Comparison for Python via .NET lets you toggle the visibility of inline revision markers in the result. Disable them when you want a clean deliverable for end users.
Use case: produce a clean deliverable without inline revision markers for end users.
The result is as follows:
Disabled revisions display
Interaction with other options
word_track_changes — when set to True, GroupDocs writes diffs as Word Track Changes revisions. show_revisions = False then hides those revision markers in the rendered output but keeps them in the underlying document XML — opening the result in Word with track-changes UI enabled will still show them.
revision_author_name — only meaningful when show_revisions = True. With revisions hidden, the author name is recorded but invisible.
leave_gaps — orthogonal: gap lines apply to inserted/deleted content blocks, not to revision markers.
Related topics
Word track changes — control whether revisions are emitted in the first place.