This class describes the result of text recognition (OCR).
Properties
string | OcrText [get] | The ocr recognized text. |
rectangle | BoundingRect [get] | The rectangle where the ocr text was found on the image (in pixels). |
string | Area [get] | Name of the ocr module which found and recognized this text. |
bool | Document [get] | $true if this ocr text signals a new document, otherwise $false. |