コミュニティ

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?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • 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

サインインしてコメントを残してください。