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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
WindowsOCR.New
Creates a new OCR engine.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsOCR | 13.1 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
MBS( "WindowsOCR.New" { ; LanguageTag } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
LanguageTag | The language specification. Can be language tag, display name or localized name of the language. If empty, we use the current user’s language as returned by WindowsOCR.CurrentInputMethodLanguageTag function. |
"de-DE" | Optional |
Result
Returns reference number or error.
Description
Creates a new OCR engine.If LanguageTag is empty, we try to use current language from the current user on Windows.
If the language can be resolved to any of the OCR languages available on the device, we return a reference number for the OCR engine.
Please use WindowsOCR.Release later to free the object.
See also
- WindowsOCR.CurrentInputMethodLanguageTag
- WindowsOCR.List
- WindowsOCR.Recognize
- WindowsOCR.Release
- WindowsOCR.Text
Example Databases
Blog Entries
This function checks for a paid license.
Created 22nd January 2023, last changed 2nd February 2023
