OcrResult
Description
Text obtained from an optical character recognition operation.Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Description | 
|---|---|---|
| Box | Rectangle2D | Area occupied by a found text. | 
| Value | String | Value of a found text. | 
| Score | Real | Confidence of a found text. | 
| Contrast | Real | Contrast of a found text. A negative value means a darker character on a brighter background. | 
| Quality | Real | Quality score of a found text. | 
