The plugin part Tesseract5
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS OCR Plugin:Tesseract5:
All Console safe,
100 entry points.
- class TessChoiceIteratorMBS
- class TessEngineMBS
- method SetRectangle(Left as Integer, Top as Integer, Width as Integer, Height as Integer)
- method SetImage(pic as picture)
- method SetImageData(Data as MemoryBlock)
- method SetImageData(Data as String)
- method SetImageFile(File as FolderItem)
- method SetImageFile(Path as String)
- method AllWordConfidences as Integer()
- method GetUNLVText as String
- method GetTsvText(PageNumber as Integer) as String
- method GetBoxText(PageNumber as Integer) as String
- method GetLSTMBoxText(PageNumber as Integer) as String
- method GetWordStrBoxText(PageNumber as Integer) as String
- method GetAltoText(PageNumber as Integer) as String
- method GetHOCRText(PageNumber as Integer) as String
- method GetText as String
- method AnalyseLayout as TessPageIteratorMBS
- method Constructor
- method Initialize(dataPath as String, language as String, Mode as Integer = 3, configs() as String = nil) as Boolean
- method SetVariable(Name as String, Value as String)
- method PrintVariablesToPath(Path as String) as Boolean
- method PrintVariablesToFile(File as FolderItem) as Boolean
- method Clear
- method IsValidWord(Word as String) as Boolean
- method GetBoolVariable(Name as String, byref value as boolean) as Boolean
- method GetIntVariable(Name as String, byref value as Integer) as Boolean
- method GetDoubleVariable(Name as String, byref value as Double) as Boolean
- method GetStringVariable(Name as String) as String
- method GetLoadedLanguages as String()
- method GetAvailableLanguages as String()
- method Recognize as Boolean
- method ResultIterator as TessResultIteratorMBS
- property Handle as Integer
- property PageSegMode as Integer
- property MeanTextConf as Integer
- property Resolution as Integer
- property DeadlineMSecs as Integer
- property InitLanguagesAsString as String
- property ThresholdedImage as Picture
- property InputImage as Picture
- property InputName as String
- shared method LoadLibrary(file as folderitem) as boolean
- shared method LoadLibrary(path as string) as boolean
- shared method LibraryLoadErrorMessage as String
- shared method LibraryLoadError as Integer
- shared method LibraryLoaded as Boolean
- shared method SetCurrentWorkingDirectory(path as folderitem) as boolean
- shared method SetCurrentWorkingDirectory(path as String) as boolean
- shared property Version as String
- event Cancel(words as integer) as boolean
- event Progress(Left as integer, Right as Integer, Top as Integer, Bottom as Integer, Progress as Integer) as boolean
- class TessPageIteratorMBS
- class TessResultIteratorMBS
Blog Entries