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.

extract

Method
This is a method of the OCRAgent class in the agents module.
Extract text from a document or image (placeholder)

Signature

def extract(&self, source: &str) -> Result<OCRResult>

Parameters

source
&str
required
No description available.

Returns

Returns
Result<OCRResult>
The result of the operation.