Compare commits

...

1 Commits

Author SHA1 Message Date
Tony Kipkemboi
d6af9d32e3 docs: update docxsearchtool.mdx
- add `docx2txt` as a dependency requirement for the tool
2025-05-06 16:53:11 -04:00

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(
),
)
)
```
```