- Clone this repository
- Ensure you have python installed in your system.
- Ensure you have the python-docx library installed. You can install it using
pip install python-docx
. - Modify the paths in the code to specify the correct input and output file names.
- Run the script by typing
python delete_duplicate_tables.py
in your command line.