ocr_connector property

ocr_connector property

Gets or sets an instance of a class, implementing IOcrConnector interface.

Definition:

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

See Also