Platforms to show: All Mac Windows Linux Cross-Platform
Back to TessEngineMBS class.
TessEngineMBS.GetAltoText(PageNumber as Integer) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
TessEngineMBS.GetAvailableLanguages as String()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
TessEngineMBS.GetBoolVariable(Name as String, byref value as boolean) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if the parameter was found among Tesseract parameters.
Fills in value with the value of the parameter.
TessEngineMBS.GetBoxText(PageNumber as Integer) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Constructs coordinates in the original image - not just the rectangle.
PageNumber is a 0-based page index that will appear in the box file.
TessEngineMBS.GetDoubleVariable(Name as String, byref value as Double) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if the parameter was found among Tesseract parameters.
Fills in value with the value of the parameter.
TessEngineMBS.GetHOCRText(PageNumber as Integer) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
PageNumber is 0-based but will appear in the output as 1-based.
TessEngineMBS.GetIntVariable(Name as String, byref value as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if the parameter was found among Tesseract parameters.
Fills in value with the value of the parameter.
TessEngineMBS.GetLoadedLanguages as String()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Includes all languages loaded by the last Init, including those loaded as dependencies of other loaded languages.
Some examples using this method:
TessEngineMBS.GetLSTMBoxText(PageNumber as Integer) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Constructs coordinates in the original image - not just the rectangle.
PageNumber is a 0-based page index that will appear in the box file.
TessEngineMBS.GetStringVariable(Name as String) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if the parameter was found among Tesseract parameters.
Fills in value with the value of the parameter.
TessEngineMBS.GetText as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
TessEngineMBS.GetTsvText(PageNumber as Integer) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
PageNumber is 0-based but will appear in the output as 1-based.
TessEngineMBS.GetUNLVText as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
TessEngineMBS.GetWordStrBoxText(PageNumber as Integer) as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
PageNumber is a 0-based page index that will appear in the box file.
The items on this page are in the following plugins: MBS OCR Plugin.