How to find License Page count number in Flexi capture database, can anyone assist? I'm going to use that count in the code to send notifications.If there is an API call or something to find the count that will work too.
How to find License Page count number in Flexi capture database, can anyone assist? I'm going to use that count in the code to send notifications.If there is an API call or something to find the count that will work too.
0人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
Hi,
To get Page Limit, execute this query on ABBYY database:
SELECT [Value] FROM [Settings] where [Name] = 'LicenseString'
You will get result in XML. Number of remaining pages will be shown in element <PagesLimit>.
Best regards,
Vladimir
if it's possible to do the same using Web API of ABBYY Recognition Server 4.0?
Thanks for the solution Vladimir!
サインインしてコメントを残してください。