Community

use C++

dear All,

I need to create a new dictionnary uisng C++ (using ABBYY FineReader Engine).

I need to kow how i can acces to the property for each object.

for example  how to get property .AllowWordsFromDictionaryOnly of baseLanguage

Thanks per advance

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Permanently deleted user

    Hi,

    All properties can be read via get_*() methods in COM. Thereafter you can change properties via put_*() methods. Please check [Developer’s Help → Guided Tour → Advanced Techniques → Programming Aspects → Working with Properties].

    Also CustomLanguage C++(COM) demo will be useful. It is located in “%program data%\ABBYY\SDK\11\FineReader Engine\Samples\Visual C++ (COM)\CustomLanguage”  folder.

    1
  • Avatar
    Permanently deleted user

    Thanks very much ! ! !

    0
  • Avatar
    Permanently deleted user

    Thanks very much ! ! !

    0

Please sign in to leave a comment.