I'm using FineReader Engine SDK 11. Can I get words and chars coordinates?
Get recognized chars and words coordinates in FREngine. 回答済み
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
I'm using FineReader Engine SDK 11. Can I get words and chars coordinates?
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
In order to get characters coordinates, please use ICharParams::CharacterRegion property. In order to get words coordinate please use the same property together with the following one: ICharParams::IsWordStart.
Find more details about mentioned above methods in Help → API Reference → Text-Related Objects → CharParams
Pretty lame help explanation.
More like a demo and example source code would be better
サインインしてコメントを残してください。