rectangle property

rectangle property

Gets the rectangular area that constraints the page area which is used for text recognizing.

Definition:

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

See Also