This activity has been deprecated so it won’t receive any update any more. It's not visible in the workflow designer but workflows which are using it will continue to work fine. Use TextractDetectText to make sure you have the latest updates.

TextractAnalyzeFile

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>

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.