The msword.py module#

Summary#

Parser

Parser for MS Word documents (DOCX).

add_document

Parse the input MS Word document and return the contained requirements hierarchy.

read_heading

Return the heading level of a paragraph or 0.

Description#

Extraction of the requirements of a MS Word document (DOCX).

Module detail#

msword.heading_regex#