Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
OCRResult
Defined in the agents module.Rust AI Agent SDK Result of OCR extraction
Fields
| Name | Type | Description |
|---|---|---|
text | String | Full extracted text |
pages | Vec<OCRPage> | Pages with extracted content |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 658
