Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Functions for OCR in Windows 10 or 11.
See also OCR functions (cross-platform) and Vision functions for macOS.
Version | macOS | Windows | Linux | Server | iOS SDK |
13.1 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Item | Details |
---|---|
WindowsOCR.Available Whether OCR is available. | Win only 13.1 |
WindowsOCR.AvailableRecognizerLanguages Returns a list of all available OCR languages on the device. | Win only 13.1 |
WindowsOCR.CurrentInputMethodLanguageTag Queries current language tag for the user. | Win only 13.1 |
WindowsOCR.IsLanguageSupported Whether a language is supported for OCR. | Win only 13.1 |
WindowsOCR.List Lists all IDs of OCR engine objects. | Win only 13.1 |
WindowsOCR.MaxImageDimension Gets the maximum image pixel dimensions supported by the OCR engine. | Win only 13.1 |
WindowsOCR.New Creates a new OCR engine. | Win only 13.1 |
WindowsOCR.Recognize Scans the specified image for text. | Win only 13.1 |
WindowsOCR.RecognizeFile Scans the specified image for text. | Win only 13.1 |
WindowsOCR.RecognizerLanguage Queries the language used for the recognizer. | Win only 13.1 |
WindowsOCR.Release Releases the object and all memory used for it. | Win only 13.1 |
WindowsOCR.ReleaseAll Release all our objects. | Win only 13.1 |
WindowsOCR.Result Queries a JSON with result of the OCR. | Win only 13.1 |
WindowsOCR.Text Gets the recognized text. | Win only 13.1 |
WindowsOCR.TextAngle Gets the clockwise rotation of the recognized text, in degrees, around the center of the image. | Win only 13.1 |
15 functions shown.
7 functions require a license (47%) and 8 functions are free to use.