Get extended information on the summary page

GroupDocs.Comparison for Python via .NET can generate a summary page with additional statistics about the comparison.

Enable extended information on the summary page

Include extended statistics along with the standard summary page.

import groupdocs.comparison as gc

with gc.Comparer("source.docx") as comparer:
    comparer.add("target.docx")
    options = gc.CompareOptions()
    options.extended_summary_page = True
    comparer.compare("result.docx", options)

🔹 Use case: Provide management with detailed metrics beyond the standard summary counts.

The result is as follows:

Close
Loading

Analyzing your prompt, please hold on...

An error occurred while retrieving the results. Please refresh the page and try again.