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
