Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsOCREngineMBS class.

WindowsOCREngineMBS.Available as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Windows OCR MBS WinFrameworks Plugin 23.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Whether this class is available.
Example

If WindowsOCREngineMBS.Available Then
// okay
Else
MessageBox "Only for Windows 10 and newer."
End If

Returns false on Windows 8.x.
Reports true on Windows 10240 or later.

WindowsOCREngineMBS.AvailableRecognizerLanguages as WindowsOCRLanguageMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Windows OCR MBS WinFrameworks Plugin 23.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns an array of all available OCR languages on the device.
Example

Dim languages() As WindowsOCRLanguageMBS = WindowsOCREngineMBS.AvailableRecognizerLanguages

For Each n As WindowsOCRLanguageMBS In languages
MessageBox n.DisplayName+", "+n.LanguageTag
Next

Some examples using this method:

WindowsOCREngineMBS.IsLanguageSupported(Language as WindowsOCRLanguageMBS) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Windows OCR MBS WinFrameworks Plugin 23.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns true if a specified language can be resolved to any of the available OCR languages.

True, if the specified language can be resolved to any of the available OCR languages; otherwise, false.

The items on this page are in the following plugins: MBS WinFrameworks Plugin.


The biggest plugin in space...