I'm trying to use Amazon Textract but upon my API call it says allow-access-origin-header not present
and makes the API not work. I have taken steps to see that the API itself does work but I can't use this to deploy to customers who want to use the OCR. Is there a python package or maybe a way to make it work?
- I have tested with disable CORS chrome plugin
- I have disabled CORS on chrome to test it
- I have reconfigured API Gateway
- I have added the headers to my json response on AWS Lambda
It is basically a browser problem so how do I add this header to it.