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.Available
Whether OCR is available.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsOCR | 13.1 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Parameters
none
Result
Returns 0, 1 or error.
Description
Whether OCR is available.Returns 0 on Windows 8.x.
Reports 1 on Windows 10240 or later.
Examples
Check availability:
Set Variable [ $r ; Value: MBS( "WindowsOCR.Available" ) ]
If [ $r = 1 ]
Show Custom Dialog [ "Windows OCR" ; "Available" ]
Else If [ $r = 0 ]
Show Custom Dialog [ "Windows OCR" ; "Not available" ]
Else
Show Custom Dialog [ "Windows OCR" ; $r ]
End If
See also
Example Databases
Blog Entries
This function does not need a paid license.
Created 22nd January 2023, last changed 22nd January 2023
WindowsML.ReleaseAll - WindowsOCR.AvailableRecognizerLanguages
