Hi,
We had bought a license for FineReader Engine (Recognition Server) for OCR back in October. This license gave us 150000 pages. We have been monitoring the license manually so far, but we want to automate this. Is there a way we can get the remaining license capacity via a web API call so that we get an alert when we are about to reach our capacity, so that we can buy another license?
Thanks,
Jay
Comments
2 comments
Hello!
You can get access to the information about volume left via local API. To do so, one can use VolumeRemaining proprety of the License object. It provides information about remaining number of pages/characters which can be processed during current period.
To see more, look it up in UserGuide → API Reference → License-related Objects → License Object → VolumeRemaining Property
Hi Catherine Arkhipova!
When I'm trying to get available pages count via ILicense.getVolumeRemainig method from Java code, I always get the same value "2147483647" (Looks like it is integer max value), but it's expected remaining number of pages/characters.....
Please tell me what the problem is.
Thanks!
Please sign in to leave a comment.