Name | Type | Description | Notes |
---|---|---|---|
text | str | Text of the word | [optional] |
x_left | int | X location of the left edge of the word in pixels | [optional] |
y_top | int | Y location of the top edge of the word in pixels | [optional] |
width | int | Width of the word in pixels | [optional] |
height | int | Height of the word in pixels | [optional] |
bounding_points | list[Point] | Points that form the bounding polygon around the text | [optional] |
confidence_level | float | Confidence level of the machine learning result; possible values are 0.0 (lowest accuracy) - 1.0 (highest accuracy) | [optional] |