Show / Hide Table of Contents

Interface IOcrEngine

Used by ocr and ocrFinder.

public interface IOcrEngine

Namespace: Au.Types
Assembly: Au.dll

Properties

Name Description
DpiScale

Let OCR functions scale images captured from a window or screen, 1-2 times depending on DPI, unless non-zero scale parameter is specified.

Methods

Name Description
GetBitmapData(Bitmap)

Gets image pixels.

GetBitmapPngFileData(Bitmap)

Gets image data in .png file format.

PolyToRect(JsonNode, JsonNode, JsonNode, JsonNode, JsonNode, JsonNode, JsonNode, JsonNode)

Converts word polygon JSON nodes to RECT.

PrepareBitmap(Bitmap, bool, double, int, int)

If need, resizes the image and/or ensures it isn't too small.

Recognize(Bitmap, bool, double)

Recognizes text in image.