OCRPage
Defined in the agents module.Rust AI Agent SDK A page of OCR results
Fields
| Name | Type | Description |
|---|---|---|
page_number | u32 | Page number |
markdown | String | Markdown content |
images | Vec<String> | Extracted images |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 667
