Platforms to show: All Mac Windows Linux Cross-Platform

Back to TessEngineMBS class.

TessEngineMBS.LibraryLoaded as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method OCR MBS OCR Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether the tesseract library was loaded.

Should be true after succesful call to LoadLibrary.

TessEngineMBS.LibraryLoadError as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method OCR MBS OCR Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error from LoadLibrary as number.

TessEngineMBS.LibraryLoadErrorMessage as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method OCR MBS OCR Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error from LoadLibrary as text.

TessEngineMBS.LoadLibrary(file as folderitem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method OCR MBS OCR Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Loads the tesseract library.

Returns true on success and false on failure.
See LibraryLoadErrorMessage for a textual description.

See also:

TessEngineMBS.LoadLibrary(path as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method OCR MBS OCR Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Loads the tesseract library.

Returns true on success and false on failure.
See LibraryLoadErrorMessage for a textual description.

For Windows load the DLL, for Linux the tesseract.so file and for macOS the dylib file.
You may need to first load leptonica library and second the tesseract library.
See example project for sample code.

See also:

TessEngineMBS.SetCurrentWorkingDirectory(path as folderitem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method OCR MBS OCR Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets current working directory.

Returns true on success.

See also:

TessEngineMBS.SetCurrentWorkingDirectory(path as String) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method OCR MBS OCR Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets current working directory.

Returns true on success.

See also:

The items on this page are in the following plugins: MBS OCR Plugin.


The biggest plugin in space...