use_ocr property

use_ocr property

Gets the value that indicates whether the OCR Connector is used to parse by template.

Definition:

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

See Also