TemplateOptions constructor

init

Initializes a new instance of the TemplateOptions class.

def __init__(self, rectangle_tolerance):
    ...
Parameter Type Description
rectangle_tolerance float The size of the border that is ignored when captured by the rectangular area. It’s measured by the fraction of a text item height.

See Also