Platforms to show: All Mac Windows Linux Cross-Platform
TessResultRendererMBS class New in 26.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | OCR | MBS OCR Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 4 properties
- 4 methods
- method AddImage(engine as TessEngineMBS) as Boolean
- method BeginDocument(Title as String) as Boolean
- method Constructor Private
- method EndDocument as Boolean
- 10 shared methods
- shared method CreateAltoRenderer(Path as String) as TessResultRendererMBS
- shared method CreateBoxTextRenderer(Path as String) as TessResultRendererMBS
- shared method CreateHOcrRenderer(Path as String) as TessResultRendererMBS
- shared method CreateHOcrRenderer(Path as String, FontInfo as boolean = false) as TessResultRendererMBS
- shared method CreateLSTMBoxRenderer(Path as String) as TessResultRendererMBS
- shared method CreatePDFRenderer(Path as String, DataDirectory as String = "", TextOnly as Boolean = false) as TessResultRendererMBS
- shared method CreateTextRenderer(Path as String) as TessResultRendererMBS
- shared method CreateTsvRenderer(Path as String) as TessResultRendererMBS
- shared method CreateUnlvRenderer(Path as String) as TessResultRendererMBS
- shared method CreateWordStrBoxRenderer(Path as String) as TessResultRendererMBS
This class has no sub classes.
Blog Entries
- News from the MBS Xojo Plugins Version 26.1
- MonkeyBread Software Releases the MBS Xojo Plugins in version 26.1
- MBS Xojo Plugins, version 26.1pr2
Release notes
- Version 26.1
- Added TessResultRendererMBS class.
Some methods using this class:
- TessEngineMBS.ProcessPages(ImageFilePath as String, RetryConfig as String = "", TimeOutMilliSec as Integer = 0, Renderer as TessResultRendererMBS) as Boolean
Some related classes:
The items on this page are in the following plugins: MBS OCR Plugin.
TessResultIteratorMBS - TextArea