Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Whether OCR is available.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsOCR | 13.1 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
none
Returns 0, 1 or error.
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
This function is free to use.
Created 22nd January 2023, last changed 22nd January 2023
WindowsML.ReleaseAll - WindowsOCR.AvailableRecognizerLanguages