> ## 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.

# O C R Page • Rust AI Agent SDK

> OCRPage: A page of OCR results

# OCRPage

> Defined in the [**agents**](../modules/agents) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

A page of OCR results

## Fields

| Name          | Type                | Description      |
| ------------- | ------------------- | ---------------- |
| `page_number` | `u32`               | Page number      |
| `markdown`    | `String`            | Markdown content |
| `images`      | `Vec&lt;String&gt;` | Extracted images |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/agents/mod.rs#L667">
  `praisonai/src/agents/mod.rs` at line 667
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust OCR" icon="file-image" href="/docs/rust/ocr" />

  <Card title="Rust Documents" icon="file-lines" href="/docs/rust/documents" />
</CardGroup>
