A group of activities which allows you to perform operations with AWS servicies. Three types of servicies are implemented now: S3 storage, TEXTRACT document reader and Detection Operations to obtain informations of a given text.
This activity dectects the dominant language of an input text and returns the list of all languages found in the text ordered from te most used to the less used.
This activity dectects entities such as dates, locations or quantities of an input text and returns the list of them.
This activity dectects entities such as dates, locations or quantities of an input text and returns the list of them.
This activity allows you to filter a list of entities by a specific type.
This activity copies a file from a bucket in AWS S3 to another one.
This activity creates a bucket in the AWS S3 storage service.
This activity deletes a bucket from AWS S3.
This activity deletes a file from a bucket in AWS S3.
This activity downloads a file from a bucket in AWS S3.
This actiivty read the content of a specific bucket in AWS S3 and returns the list of the files inside it.
This activity changes the name a file saved in a bucket in AWS S3.
This activity uploas a file to a bucket in AWS S3.
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.
This activity allows you to analyze a file more specifically than TextractDetectText using the Amazon AWS Textract Analyze Document service.