Community

Get recognized chars and words coordinates in FREngine. Answered

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

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • Avatar
    Anastasiya Medvedeva

    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
    Steve Frierdich

    Pretty lame help explanation.

    More like a demo and example source code would be better

    0

Please sign in to leave a comment.