ocr_connector property

ocr_connector property

The IOcrConnector implementation used to extract text from graphic content.

Definition:

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

See Also