コミュニティ

Get recognized chars and words coordinates in FREngine. 回答済み

I'm using FineReader Engine SDK 11. Can I get words and chars coordinates?

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

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

コメント

2件のコメント

  • Avatar
    Permanently deleted user

    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

    1
  • Avatar
    Permanently deleted user

    Pretty lame help explanation.

    More like a demo and example source code would be better

    0

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