I am getting error : Task id not specified. What to do?
Please advice. Or can you provide me step by step work process process the OCR on any document in cloud pls?
Sricha
I am getting error : Task id not specified. What to do?
Please advice. Or can you provide me step by step work process process the OCR on any document in cloud pls?
Sricha
0 out of 0 found this helpful
Comments
2 comments
I am struggling from last 3 hrs to login and upload the document on cloud to process that.
Can we get the solution for it asap pls?
Sricha
When you use the processDocument method, you need first upload your images to one task using the submitImage method and receive the corresponding task ID. Then you need call the processDocument method where the task ID is transmitted as a parameter. Please see how this method is implemented in our C# and Java code samples: https://github.com/abbyysdk/ocrsdk.com/search?q=processDocument
Please sign in to leave a comment.