Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.15 KB

OcrWordElement.md

File metadata and controls

20 lines (16 loc) · 1.15 KB

OcrWordElement

Properties

Name Type Description Notes
word_text str Text of the word [optional]
line_number int Line number of the word [optional]
word_number int Index of the word in the line [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]
confidence_level float Confidence level of the machine learning result; possible values are 0.0 (lowest accuracy) - 1.0 (highest accuracy) [optional]
block_number int Index of the containing block [optional]
paragraph_number int Index of the containing paragraph [optional]
page_number int Index of the containing page [optional]

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