コミュニティ

Find Licence page count

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件のコメント

  • Avatar
    Vladimir Dimitrijević

    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

    1
  • Avatar
    Permanently deleted user

    if it's possible to do the same using Web API of ABBYY Recognition Server 4.0?

    0
  • Avatar
    Lachlan Hicks

    Thanks for the solution Vladimir!

    0

サインインしてコメントを残してください。