TextractDetectText

Description

This activity take in input a PDF file or an image and return its text contents as a list of blocks using AWS Textract Detect Text servie.


AWS Credentials

AccessKey InArgument<String> REQUIRED

The access key for Amazon AWS authentication.

SecretKey InArgument<String> REQUIRED

The secret key for Amazon AWS authentication.


File

The file you want to analyze.

S3BucketName InArgument<String> REQUIRED

The name of the bucket where the file you want to analyze is uploaded.

S3FileName InArgument<String>

The name of the file uploaded to s3 you want to analyze.


Output

The list of the detected blocks

PageCount OutArgument<Int32>

The analyzed pages count.


Settings

RegionEndpoint EAWSRegionEndpoint

An AWS Region is a collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.

Have a look to AWS official page for more informations.