Click or drag to resize

OcrApi.Rectangle Property

Restrict recognition to a sub-rectangle of the image.

Namespace:  Patagames.Ocr
Assembly:  Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntax
public Rectangle Rectangle { get; set; }

Property Value

Type: Rectangle
Remarks
Should be sets after SetImage. Each sets Rectangle clears the recogntion results so multiple rectangles can be recognized with the same image.
See Also