Could you clarify your question? Do you want to know how many users use your application?
For this ABBYY Cloud OCR SDK provides few options:
1) The processImage, processDocument, processBusinessCard and processReceipt methods have the description parameter accepting up to 255 characters. This string is returned along with the task status information. So, you can write any identifier to that field and get it back along with task status before deleting ready tasks from the service.
2) In case the number of customers is not huge it is possible to create an application per an user, but this will need more maintenance from you.
コメント
1件のコメント
Could you clarify your question? Do you want to know how many users use your application?
For this ABBYY Cloud OCR SDK provides few options:
1) The processImage, processDocument, processBusinessCard and processReceipt methods have the description parameter accepting up to 255 characters. This string is returned along with the task status information. So, you can write any identifier to that field and get it back along with task status before deleting ready tasks from the service.
2) In case the number of customers is not huge it is possible to create an application per an user, but this will need more maintenance from you.
サインインしてコメントを残してください。