com.aspose.ocr

Interface IRecognizedPartInfo

  • All Known Subinterfaces:
    IRecognizedTextPartInfo


    public interface IRecognizedPartInfo

    Interface that presents information about part of the recognized text. Could be text or detected picture block

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Rectangle getBox()
      Gets the rectangular area where the detected block (with text or picture) is shown on the image.
    • Method Detail

      • getBox

        Rectangle getBox()
        Gets the rectangular area where the detected block (with text or picture) is shown on the image. Coordinates starts with the upper left corner of the image.
        Returns: