Class OcrMicrosoftAzure
This OCR engine uses Microsoft Azure Computer Vision OCR.
public class OcrMicrosoftAzure : IOcrEngine
Remarks
Sends image to Microsoft and gets results. The OCR engine is accurate but much slower than the default engine or Tesseract, and usually slower than Google Cloud.
To use this engine, need to have a Microsoft Azure account and get API key and endpoint URL. The service isn't free, but 500 or so requests/month are free.
Namespace: Au.More
Assembly: Au.dll
Constructors
Name | Description |
---|---|
OcrMicrosoftAzure(string, string) |
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 |
---|---|
Recognize(Bitmap, bool, double) | Recognizes text in image. |