Amazon Textract – Get document analysis action

The Get document analysis action retrieves results from a document analysis job previously started in Amazon Textract.

Input

Input fieldDescription
Job IDEnter the job ID returned from the Start document analysis action. This value is valid for 7 days.
Max resultsSpecify the number of results to return per page. Default is 1000.
Next tokenProvide the token from the previous response to retrieve the next page of results.

Output

Output fieldDescription
Job statusStatus of the document analysis job.
Status messageAdditional status message returned from Textract.
Analyze document model versionVersion of the Textract model used for analysis.
Next tokenToken for paginating results if more pages exist.
Document metadataMetadata about the document such as page count.
WarningsAny warnings returned by Textract.
BlocksArray of blocks containing extracted content.

Last updated: