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人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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
サインインしてコメントを残してください。