Hi,
docA = aw.Document( "DocumentA.docx")
docB = aw.Document("DocumentA_corrected.docx")
options = aw.comparing.CompareOptions()
options.ignore_formatting = True
options.ignore_headers_and_footers = True
o…...words-python Prakruth September 2, 2025, 1:29pm 1 Hi, docA = aw...corrections are made in page 1,2,5 after comparing now is there...