I have a problem with the network speed to connect to the corsdk.com It costs me 2s to post the image and another 2s for listFinishedTasks. So I want to know how can I get this two steps in one connection? P.S: here is Shanghai China, the network to Russian is just like the distance from Earth to Mars, hope abbyy can improve it.
processTextField and listFinishedTasks in one connection
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
Our service is located in Western Europe right now.
As for one connection, right now it is not possible. However, you can do this asynchronously, e.g. use 2 threads, one for uploading images, and another calls listFinishedTasks. This can speed up overall processing time.
Please sign in to leave a comment.