image method
Provide the image to searched.
For more information see Eyes OCR support .
This feature is experimental. Please note that the functionality and/or API may change.
Syntax
value = obj.image(image)
Parameters
- image
- Type:Union[Image,Text]
- The image to be searched for text using OCR.
Return value
- Type: TextRegionSettings
- This method returns the object that called it so that it can be used to call other methods supportd by this class in a fluent API style.