Platforms to show: All Mac Windows Linux Cross-Platform
WindowsOCRWordMBS class New in 23.1
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows OCR | MBS WinFrameworks Plugin | 23.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes:
When you call the RecognizeAsync method of the OcrEngine class, the method returns an WindowsOCRResultMBS object. The WindowsOCRResultMBS contains a collection of WindowsOCRLineMBS objects, which you access through the Lines property of the WindowsOCRResultMBS. Each WindowsOCRLineMBS object contains a collection of WindowsOCRWordMBS objects, which you access through the Words property of each WindowsOCRLineMBS.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 6 properties
- 2 methods
- method Constructor Private
- method Destructor
This class has no sub classes.
Some methods using this class:
- WindowsOCRLineMBS.Words as WindowsOCRWordMBS()
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsOCRResultMBS - WindowsPageFormatMBS
