Chris
posted this
10 April 2014
- Last edited 11 April 2014
Thanks for your answer @Andrey.
With that being said, I am thinking of a way to get an extra security and I was wondering if it's possible to initiate a task via my personnal app backend to get a ABBYY token and a task ID.
Then send this token and task ID from my backend to my client.
With this token and the task ID, the client upload directly the picture to ABBYY backend.
With the same token, the client retrieve the result from ABBYY backend.
This allow me to have the ABBYY password on my backend instead of having it on the client, and also avoid having to upload the picture from the client to my backend, and then from my backend to the ABBYY backend, which would increase upload times.
I looked in the api doc, but I did not see a way to initiate a task without uploading a picture.