79431373

Date: 2025-02-11 21:40:12
Score: 1
Natty:
Report link

You may have to make multiple requests to textract to get the entire result. The response from textract may have a NextToken entry. You have to use your original job_id and the NextToken to get the next set of results. And you need to keep repeating that until there is no NextToken.

Have a look at the getJobResults function here:

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: alitaleg