TesseractResultIteratorMBS class
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
TesseractResultIteratorMBS class Deprecated
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
- 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:
Some properties using for this class:
Some examples using this class:
Blog Entries
Release notes
The items on this page are in the following plugins: MBS OCR Plugin.
TesseractNotInitializedExceptionMBS
-
TessPageIteratorMBS