docs: update docxsearchtool.mdx

- add `docx2txt` as a dependency requirement for the tool
This commit is contained in:
Tony Kipkemboi
2025-05-06 16:53:11 -04:00
committed by GitHub
parent c8ec03424a
commit d6af9d32e3

View File

@@ -22,7 +22,7 @@ streamlining the process of finding specific information within large document c
Install the crewai_tools package by running the following command in your terminal:
```shell
pip install 'crewai[tools]'
uv pip install docx2txt 'crewai[tools]'
```
## Example
@@ -76,4 +76,4 @@ tool = DOCXSearchTool(
),
)
)
```
```