|
pdfOCR 3.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 (iText.Pdfocr.TextInfo textInfo) | |
| Creates a new TextInfo instance from existing one. More... |
|
| TextInfo (String text, Rectangle bbox) | |
| Creates a new TextInfo instance. More... |
|
| virtual String | GetText () |
| Gets text element. More... |
|
| virtual void | SetText (String newText) |
| Sets text element. More... |
|
| virtual Rectangle | GetBboxRect () |
| Gets bbox coordinates. More... |
|
| virtual void | SetBboxRect (Rectangle bbox) |
| Sets text bbox. 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 from existing one.
| textInfo | to create from |
|
inline |
Creates a new TextInfo instance.
| text | any text |
| bbox |
iText.Kernel.Geom.Rectangle describing text bbox
|
inlinevirtual |
Gets bbox coordinates.
iText.Kernel.Geom.Rectangle describing text bbox
|
inlinevirtual |
Gets text element.
|
inlinevirtual |
Sets text bbox.
| bbox |
iText.Kernel.Geom.Rectangle describing text bbox
|
inlinevirtual |
Sets text element.
| newText | retrieved text |