dt-woods / word

Concatenate and parse Microsoft Word (.docx) files with style! A Pythonic method for splitting, merging, and styling MS Word docs.
3 stars 1 forks source link

Rethink Parsing #12

Closed dt-woods closed 2 years ago

dt-woods commented 2 years ago

Rather than separate a .docx into new files based on a given heading;

This concept addresses the following limitations of the Python API

  1. Not all custom style definitions are easily recreated
  2. Images, tables, and hyperlinks are difficult to find and recreate
  3. Headers and footers are a whole nother thing