Word Module
The Word module in Kavy allows you to process Word document data.
Usage
To use the Word module, you can use the following Python code:
from kavy.modules.word_module import process_word_doc
# Replace 'path/to/your/file.docx' with the actual path to your Word document
result = process_word_doc("path/to/your/file.docx")
# now call for generate_response method