Hitting any live demo URLs like
- Request URL:
http://api.aspose.com/v1.1/ocr/sample%20document.bmp/recognize?appSID=4431d1a8-dbf5-491f-a718-81eff0defcb6&signature=omCWl1sDMKk3BkYE7HZm0dKklYw
- Request Method:
GET
- Status Code:
403 Forbidden
I tried with my own appSID and signature and default ones provided on https://docs.aspose.cloud/ocr/developer-reference/
Hi Sergey,
Thank you for bringing this issue to our knowledge. We are able to replicate the problem with Aspose.OCR for Cloud examples. The problem is due to the outage of API calls for the account associated with the live examples. We are moving forward to fix this issue, and we will keep you posted with updates in this regard.
In the meanwhile, you can use your own account to test the examples. Please note, you have to first upload the sample image (similar to as attached one) to the cloud storage in order to call the Recognize operation on it. Once the sample image is in place, you can build the URI as demonstrated below.
http://api.aspose.com/v1.1/ocr/sample.bmp/recognize?useDefaultDictionaries=true&appSID=&signature=
In case you do not wish to upload the sample before calling the Recognize operation, you may use the API without the cloud storage. Please check the below linked technical article in this reference.
https://docs.aspose.cloud/ocr/extract-text-from-image-without-cloud-storage/
Please feel free to write back in case you face any difficulty.
Hi again,
Just to let you know that Aspose.OCR for Cloud live examples are working perfectly now. You may give them another try on your end.
Please let us know if you still find any issues, or have questions for us.