ocr_connector property

ocr_connector property

Gets or sets the IOcrConnector implementation, required to extract text from graphic content.

Definition:

@property
def ocr_connector(self):
    ...
@ocr_connector.setter
def ocr_connector(self, value):
    ...

See Also