search_replace_docx
Find and replace text in DOCX files, with option to overwrite or save to a different path.
Instructions
Search and replace text in a DOCX file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| output_path | No | Save to different path (omit to overwrite) | |
| search_text | Yes | Text to search for | |
| replace_text | Yes | Replacement text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |