Click or drag to resize

OcrApiRectangle Property

Restrict recognition to a sub-rectangle of the image.

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

Property Value

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