Platforms to show: All Mac Windows Linux Cross-Platform
TesseractResultIteratorMBS class Deprecated
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | OCR | MBS OCR Plugin | 12.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This item is deprecated and should no longer be used.
You can use TessResultIteratorMBS class instead.
Class to iterate over tesseract results, providing access to all levels of the page hierarchy, without including any tesseract headers or having to handle any tesseract structures.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 2 properties
- property Handle as Integer
- property Parent as TesseractMBS
- 14 methods
- method Begin
- method BoundingBox(Level as Integer, byref left as Integer, byref top as Integer, byref right as Integer, byref bottom as Integer) as boolean
- method Confidence(Level as Integer) as Double
- method Constructor Private
- method IsAtBeginningOf(Level as Integer) as boolean
- method IsAtFinalElement(Level as Integer, element as Integer) as boolean
- method NextItem(Level as Integer) as boolean
- method SymbolIsDropcap as boolean
- method SymbolIsSubscript as boolean
- method SymbolIsSuperscript as boolean
- method Text(Level as Integer) as string
- method WordFontAttributes(byref bold as boolean, byref italic as boolean, byref underlined as boolean, byref monospace as boolean, byref serif as boolean, byref smallcaps as boolean, byref pointsize as Integer, byref fontid as Integer) as string
- method WordIsFromDictionary as boolean
- method WordIsNumeric as boolean
- 5 constants
Level Constants
Constant | Value | Description |
---|---|---|
kLevelBlock | 0 |
Block of text/image/separator line. |
kLevelParagraph | 1 |
Paragraph within a block. |
kLevelSymbol | 4 |
Symbol/character within a word. |
kLevelTextline | 2 |
Line within a paragraph. |
kLevelWord | 3 |
Word within a textline. |
This class has no sub classes.
Some methods using this class:
- TesseractChoiceIteratorMBS.Constructor(result as TesseractResultIteratorMBS)
- TesseractMBS.ResultIterator as TesseractResultIteratorMBS
Some properties using for this class:
- TesseractChoiceIteratorMBS.Parent as TesseractResultIteratorMBS
Some examples using this class:
Blog Entries
Release notes
- Version 22.5
- Deprecated TesseractMBS, TesseractChoiceIteratorMBS and TesseractResultIteratorMBS classes.
The items on this page are in the following plugins: MBS OCR Plugin.
TesseractNotInitializedExceptionMBS - TessPageIteratorMBS
