Skip to main content

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.