Click or drag to resize
TesseractOcrWordCentroid Property
Gets the central point of the word element bounds relative to the page size.

Namespace: DevScope.Ocr.Tesseract.WindowsApp
Assembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntax
public Point Centroid { get; }

Property Value

Type: Point
The Centroid Point.
See Also