Sha256: 5699de8b646a8d0b0f23636c0c0507e1f1a36331de157c726b64189f31248df6
Contents?: true
Size: 1.06 KB
Versions: 19
Compression:
Stored size: 1.06 KB
Contents
# CloudmersiveOcrApiClient::OcrWordElement ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **word_text** | **String** | Text of the word | [optional] **line_number** | **Integer** | Line number of the word | [optional] **word_number** | **Integer** | Index of the word in the line | [optional] **x_left** | **Integer** | X location of the left edge of the word in pixels | [optional] **y_top** | **Integer** | Y location of the top edge of the word in pixels | [optional] **width** | **Integer** | Width of the word in pixels | [optional] **height** | **Integer** | 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** | **Integer** | Index of the containing block | [optional] **paragraph_number** | **Integer** | Index of the containing paragraph | [optional] **page_number** | **Integer** | Index of the containing page | [optional]
Version data entries
19 entries across 19 versions & 1 rubygems