Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 936 Bytes

OcrPhotoTextElement.md

File metadata and controls

16 lines (12 loc) · 936 Bytes

OcrPhotoTextElement

Properties

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]

[Back to Model list] [Back to API list] [Back to README]