The character coordinates which I get through FineReader Engine API (ICharParams interface) seem not to match the source image. What's the reason?
Text coordinates do not match the image
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
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件のコメント
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.
サインインしてコメントを残してください。