Skip to main content

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