OCRAgent
Defined in the agents module.Rust AI Agent SDK A specialized agent for OCR (Optical Character Recognition).
Fields
| Name | Type | Description |
|---|---|---|
name | String | Agent name |
model | String | LLM model (e.g., “mistral/mistral-ocr-latest”) |
config | OCRConfig | OCR configuration |
verbose | bool | Verbose output |
Methods
new
name
extract
| Name | Type |
|---|---|
source | &str |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 610
