Platforms to show: All Mac Windows Linux Cross-Platform
WindowsOCRResultMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows OCR | MBS WinFrameworks Plugin | 23.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
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.
- 3 properties
- 3 methods
- method Constructor Private
- method Destructor
- method Lines as WindowsOCRLineMBS()
This class has no sub classes.
Some methods using this class:
- WindowsOCREngineMBS.RecognizeSync(ImageFile as FolderItem) as WindowsOCRResultMBS
- WindowsOCREngineMBS.RecognizeSync(Picture as Picture) as WindowsOCRResultMBS
- WindowsOCREngineMBS.RecognizeSync(PictureData as MemoryBlock) as WindowsOCRResultMBS
- WindowsOCREngineMBS.RecognizeSync(PictureData as String) as WindowsOCRResultMBS
Some events using this class:
- WindowsOCREngineMBS.RecognizeCompleted(ErrorMessage as String, ErrorCode as Integer, Result as WindowsOCRResultMBS)
Some examples using this class:
Blog Entries
Xojo Developer Magazine
- 21.3, page 52: Windows OCR, Working with Windows' built-in OCR library by Stefanie Juchmes
- 21.3, page 50: Windows OCR, Working with Windows' built-in OCR library by Stefanie Juchmes
Release notes
- Version 23.1
- Added OCR classes for Windows: WindowsOCREngineMBS, WindowsOCRExceptionMBS, WindowsOCRLanguageMBS, WindowsOCRLineMBS, WindowsOCRResultMBS and WindowsOCRWordMBS classes.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsOCRLineMBS - WindowsOCRWordMBS