Guide on AWS Textract set-up

Daulet Nurmanbetov
Towards Data Science
3 min readNov 2, 2019

--

How to accurately process PDF files with OCR-as-a-service from AWS

Photo by Raphael Schaller on Unsplash

Asynchronous API responses

Recently a new paradigm of async API responses has become prominent. It works by returning Job-ID rather than an API response. Then, to check the status, the user would need to submit a second call to the API with the Job ID. Here’s an excellent guide on it.

--

--