Platforms to show: All Mac Windows Linux Cross-Platform
Back to TessEngineMBS class.
TessEngineMBS.DeadlineMSecs as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TessEngineMBS.Handle as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TessEngineMBS.InitLanguagesAsString as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
If the last initialization specified "deu+hin" then that will be returned. If hin loaded eng automatically as well, then that will not be included in this list. To find the languages actually loaded use GetLoadedLanguages function.
(Read only property)
TessEngineMBS.InputImage as Picture
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
TessEngineMBS.InputName as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Needed for training and reading a UNLV zone file, and for searchable PDF output.
(Read and Write property)
TessEngineMBS.MeanTextConf as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
Some examples using this property:
TessEngineMBS.PageSegMode as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Defaults to kPageSegModeSingleBlock.
The mode is stored as an IntParam so it can also be modified by ReadConfigFile or SetVariable("tessedit_pageseg_mode", mode as string).
(Read and Write property)
Some examples using this property:
TessEngineMBS.Resolution as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Call this after SetImage functions.
(Read and Write property)
TessEngineMBS.ThresholdedImage as Picture
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | OCR | MBS OCR Plugin | 21.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
The items on this page are in the following plugins: MBS OCR Plugin.