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人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
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 ! ! !
サインインしてコメントを残してください。