> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Limit • Rust AI Agent SDK

> image_limit: Set image limit

# image\_limit

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**OCRConfig**](../classes/OCRConfig) class in the [**agents**](../modules/agents) module.

Set image limit

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def image_limit(mut self, limit: u32) -> Self
```

## Parameters

<ParamField query="limit" type="u32" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Image" icon="image" href="/docs/rust/image" />

  <Card title="Rust Vision" icon="eye" href="/docs/rust/vision" />
</CardGroup>
