Skip to main content

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

NameTypeDescription
textStringFull extracted text
pagesVec<OCRPage>Pages with extracted content

Source

View on GitHub

praisonai/src/agents/mod.rs at line 658

Rust OCR

Rust Documents