Class OcrWord


  • public class OcrWord
    extends Object
    OCR result for a single word extracted from the document page.
    • Constructor Detail

      • OcrWord

        public OcrWord()
    • Method Detail

      • getContent

        public String getContent()
        Text content of the word.
      • getPolygon

        public Polygon getPolygon()
        Position information as a list of points in clockwise order.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object