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
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 |
Methods
Name | Description |
---|---|
Recognize(Bitmap, bool, double) | Recognizes text in image. |