Show / Hide Table of Contents

Class OcrWin10

The default OCR engine. Available on Windows 10 and later.

public class OcrWin10 : IOcrEngine
Remarks

Uses the Windows 10/11 OCR engine. It's the fastest. The accuracy is poor. If need better accuracy, use a cloud OCR engine (OcrGoogleCloud, OcrMicrosoftAzure). If need a non-cloud OCR for older Windows, install Tesseract and use OcrTesseract. Also it supports more languages.


Namespace: Au.More
Assembly: Au.dll
Inheritance
object
OcrWin10

Constructors

Name Description
OcrWin10()

Properties

Name Description
AvailableLanguages

Gets OCR languages that are installed on this computer and can be used for OcrWin10.Language.

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.

Language

Language, like "en-US". See OcrWin10.AvailableLanguages. If null (default), uses the default OCR language of this computer. You can install languages in Windows Settings > Time and language > Language and region. Not all languages are supported.

Methods

Name Description
Recognize(Bitmap, bool, double)

Recognizes text in image.