abbyy / ocrsdk.com

ABBYY Cloud OCR SDK
http://ocrsdk.com/github
Apache License 2.0
504 stars 483 forks source link

Getting Error "Error uploading file" on cURL #87

Open tonyabr opened 5 years ago

tonyabr commented 5 years ago

Hello,

My App id is 6edc25b1-9014-4e32-9eed-746d5aada041

I started a new trial this morning via the Cloud OCR SDK.

I used the code sample provided for cURL and replaced the App Id and Password to mine (in the snippet)

I cURLed : sh curl_recognize.sh "HPSCAN_101420113211.pdf" "aa_test.txt"

But no matter what i tried I kept receiving the response:

Error uploading file

Could you please advise of why am I receiving that?

Also, Is there a place where I can see the Error Logs?

Thanks,

Anthony

helen-os commented 4 years ago

Hello,

Unfortunately, we cannot see any tasks created for the 6edc25b1-9014-4e32-9eed-746d5aada041 application in our database. Please try to upload some of our demo images (recognition of sample images is free) using the same code. Does the error occur?

Another option is to try other code samples or the Demo Tool with the same document.

If the issue seems to be document-related, please send the source pdf to us via cloudocrsdk@abbyy.com for a closer look.

Regards, Helen

tonyabr commented 4 years ago

Hi Helen,

Thanks for the assistance. I managed to OCR my file - the problem was due to wrong password :/

Thanks for the help