Package io.scanbot.sdk.ocr
Class Glyph
- java.lang.Object
-
- io.scanbot.sdk.ocr.OcrElement
-
- io.scanbot.sdk.ocr.Glyph
-
public class Glyph extends OcrElement
Represents a single glyph, i.e. a character.
-
-
Method Summary
-
Methods inherited from class io.scanbot.sdk.ocr.OcrElement
getConfidence, getRoi, getText
-
-
-
-
Constructor Detail
-
Glyph
public Glyph(java.lang.String text, double confidence, java.util.List<PointF> roi)Constructs Glyph with the given params.- Parameters:
text- The recognized text.confidence- Text confidence. Range is [0-1].roi- Quad where the text was found in image coordinates. The order of the points is clockwise starting from the top left.
-
-