I am doing comparison between two Docx files. The resultant files formatting changes a bit especially when it comes to lists or nested items.
original_content = await original.read()
modified_content = await modified.re…...doing comparison between two docx files. The resultant files formatting...save(output_stream, aw.SaveFormat.DOCX) output_stream.seek(0) return...