I'm using FineReader Engine SDK 11. Can I get words and chars coordinates?
Get recognized chars and words coordinates in FREngine. Answered
Was this article helpful?
0 out of 0 found this helpful
I'm using FineReader Engine SDK 11. Can I get words and chars coordinates?
0 out of 0 found this helpful
Comments
2 comments
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
Please sign in to leave a comment.