This activity allows you to analyze a file more specifically than TextractDetectText using the Amazon AWS Textract Analyze Document service.
The access key for Amazon AWS authentication.
The secret key for Amazon AWS authentication.
Default is set to False. Set it to True if you want to detect Forms.
Default is set to False. Set it to True if you want to detect Tables.
The file you want to analyze.
The name of the bucket where the file you want to analyze is uploaded.
The name of the file uploaded to s3 you want to analyze.
The list of the detected blocks
A list of Key-Value pair representing the detected forms. If DetectForm argument is set to False this argument will be left null in any case so set it to true to make available this argument.
The analyzed pages count.
A list AWSTextractTable objects representing the detected tables. If DetectTables argument is set to False this argument will be left null in any case so set it to true to make available this argument.
An AWS Region is a collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.