mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix incorrect parameter name in Vision tool docs page (#1461)
Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
@@ -8,13 +8,13 @@ icon: eye
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This tool is used to extract text from images. When passed to the agent it will extract the text from the image and then use it to generate a response, report or any other output.
|
This tool is used to extract text from images. When passed to the agent it will extract the text from the image and then use it to generate a response, report or any other output.
|
||||||
The URL or the PATH of the image should be passed to the Agent.
|
The URL or the PATH of the image should be passed to the Agent.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install the crewai_tools package
|
Install the crewai_tools package
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install 'crewai[tools]'
|
pip install 'crewai[tools]'
|
||||||
```
|
```
|
||||||
@@ -44,7 +44,6 @@ def researcher(self) -> Agent:
|
|||||||
|
|
||||||
The VisionTool requires the following arguments:
|
The VisionTool requires the following arguments:
|
||||||
|
|
||||||
| Argument | Type | Description |
|
| Argument | Type | Description |
|
||||||
|:---------------|:---------|:-------------------------------------------------------------------------------------------------------------------------------------|
|
| :----------------- | :------- | :------------------------------------------------------------------------------- |
|
||||||
| **image_path** | `string` | **Mandatory**. The path to the image file from which text needs to be extracted. |
|
| **image_path_url** | `string` | **Mandatory**. The path to the image file from which text needs to be extracted. |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user