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: