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