Skip to content

Testing AWS textract service

0

Hello Experts, I am trying to integrate AWS textract service with an application to fulfill the OCR requirement. Prior to progressing the integration I would like to test the AWS textract service by postman. But it is not working successfully, it would be greatly appreciated if anyone could help on this. See the below screen shots for the Postman test result. Enter image description here

Enter image description here

2 Answers
0

Hi,

Have a look at this https://repost.aws/questions/QUSam1UG-mQ8ijIaJcr0xAmA/textract-api-with-postman.

There are a bunch of approaches but typically you have access to an endpoint.

Hope it helps ;)

EXPERT
answered 3 years ago
0

The URL appearing in your screenshots is incorrect. The correct URL is in the form of https://rekognition.us-east-2.amazonaws.com/?Action=DetectText

The full list of Amazon Rekognition endpoints for each AWS Region can be found here: https://docs.aws.amazon.com/general/latest/gr/rekognition.html

In order to get a response, following parameters must be set on Postman, under the Authorization tab: AccessKey, SecretKey, AWS Region

On the Params tab, you should only have this key/value pair: Action: DetectText

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.