How to get Text Coordinates in FineReader Engine

Question

How to extract the coordinates of different objects?

Answer

  • Character
    To get character coordinates use the Left, Top, Right, and Bottom properties of the CharParams object.
  • Word
    To get word coordinates, use the Region property of the Word Object.
  • Paragraph
    To get paragraph coordinates use the Left, Top, Right, and Bottom properties of the Paragraph object.
  • Block
    To get block coordinates, use the Region property of the Block object.

Note: sometimes the coordinates of the objects are changed, compared to the original image. This happens because the image being OCRed might go through orientation and geometrical distortion corrections, such as deskew. To restore the original coordinates, please use the CoordinatesConverter object.

Have more questions? Submit a request

Comments

2 comments

  • Avatar

    Steve Frierdich

    Are you referring to getting the coordinates of the word or line of text in the image?

    0
  • Avatar

    Viacheslav (Slava) Prodan

    Dear Steve.

    I have created a request on your behalf so that our customer support staff can help answer your question.

     

    Best regards,

    Viacheslav Prodan

    0

Please sign in to leave a comment.