|
pdfOCR 1.0.1 API
|
This class describes how recognized text is positioned on the image providing bbox for each text item (could be a line or a word). More...
Public Member Functions |
|
| TextInfo () | |
| Creates a new TextInfo instance. More... |
|
| TextInfo (String text, IList< float > bbox) | |
| Creates a new TextInfo instance. More... |
|
| virtual String | GetText () |
| Gets text element. More... |
|
| virtual void | SetText (String newText) |
| Sets text element. More... |
|
| virtual IList< float > | GetBbox () |
| Gets bbox coordinates. More... |
|
| virtual void | SetBbox (IList< float > bbox) |
| Sets bbox coordinates. More... |
|
This class describes how recognized text is positioned on the image providing bbox for each text item (could be a line or a word).
|
inline |
Creates a new TextInfo instance.
|
inline |
Creates a new TextInfo instance.
| text | any text |
| bbox |
System.Collections.IList
|
inlinevirtual |
Gets bbox coordinates.
System.Collections.IList
|
inlinevirtual |
Gets text element.
|
inlinevirtual |
Sets bbox coordinates.
| bbox |
System.Collections.IList
|
inlinevirtual |
Sets text element.
| newText | retrieved text |