Show / Hide Table of Contents

Class ocrFinder

Performs OCR (text recognition) and find text in OCR results. Contains text to find and OCR parameters.

public class ocrFinder
Remarks

Can be used instead of ocr.find.


Namespace: Au
Assembly: Au.dll
Inheritance
object
ocrFinder

Constructors

Name Description
ocrFinder(string, OcrFlags, double, IOcrEngine, int)

Stores text to find and OCR parameters.

Properties

Name Description
Result

Returns an ocr object that contains the word index and can click it etc.

Methods

Name Description
Exists(IFArea)

Performs OCR (text recognition) and finds text in results.

Exists(IFArea, Seconds)

Performs OCR (text recognition) and finds text in results. Can wait and throw NotFoundException.

Find(IFArea)

Performs OCR (text recognition) and finds text in results.

Find(IFArea, Seconds)

Performs OCR (text recognition) and finds text in results. Can wait and throw NotFoundException.

ToString()
Wait(Seconds, IFArea)

Performs OCR (text recognition) and finds text in results. Waits until found.

WaitNot(Seconds, IFArea)

Performs OCR (text recognition) and waits until the specified text does not exist in results.