> ## 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 Result • Rust AI Agent SDK

> OCRResult: Result of OCR extraction

# OCRResult

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

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

Result of OCR extraction

## Fields

| Name    | Type                 | Description                  |
| ------- | -------------------- | ---------------------------- |
| `text`  | `String`             | Full extracted text          |
| `pages` | `Vec&lt;OCRPage&gt;` | Pages with extracted content |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/agents/mod.rs#L658">
  `praisonai/src/agents/mod.rs` at line 658
</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>
