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
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
0 out of 0 found this helpful
Comments
3 comments
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.
Thanks very much ! ! !
Please sign in to leave a comment.