Skip to content

Commit d702402

Browse files
committed
AI assistance note
1 parent 5406331 commit d702402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
A Command-Line Interface (CLI) tool to reorganize Microsoft Word (.docx) documents based on a specified Table of Contents (ToC) structure defined in a YAML file. This tool leverages Word's built-in heading styles (Heading 1, Heading 2, etc.) to identify sections.
44

5+
This is a test project developed with the assistance of AI tools. It serves as an experimental implementation to demonstrate document reorganization capabilities and is not intended for production use without further testing and validation.
6+
57
## Features
68

79
* **Generate TOC Structure:** Analyzes a Word document and generates a structured YAML file representing its current heading hierarchy.
810
* **Reorganize Document:** Creates a new Word document with sections rearranged according to the order specified in a YAML ToC file.
911
* **Handles Hierarchy:** Understands nested heading levels (e.g., Heading 2 under Heading 1).
1012
* **Flexible Handling:** Provides options for dealing with sections present in the source but not the ToC (append, delete, warn) and vice-versa (error, warn, ignore).
1113
* **Cross-Platform:** Built with Python and libraries that work on Windows, macOS, and Linux.
12-
``
1314

1415
## Important Notes & Limitations
1516

0 commit comments

Comments
 (0)