Community

Text coordinates do not match the image

The character coordinates which I get through FineReader Engine API (ICharParams interface) seem not to match the source image. What's the reason?

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Ivan Khintsitskiy

    Most probably the ImageDocument was preprocessеd (deskewed, rotated, so on) in this or that way before recognition. For example, the default setting in FineReader Engine is to correct skew while preparing the image. The coordinates you get from engine refer to the deskewed image, to convert them back to source image you need to use ImageDocument.ConvertCoordinates method.

    1

Please sign in to leave a comment.