AWS Image Rekognition
Detects real world objects in images and adds these labels to the repository document on the field simflofy_ai_labels using the AWS Rekognition system.
For your reference, these are 'MinConfidence' and 'MaxLabels' here. This page is what this task uses.
Configuration
To use this task go to the task tab in your job. Select the task from the drop down and click the plus circle to configure the task. Click done after making any changes to save.
Condition check
It will execute the task when the condition's result is 'true', 't', 'on', '1', or 'yes' (case-insensitive), or run on all conditions if left empty. This condition is evaluated for each document, determining whether the task should be executed based on the specified values.
Example: If I only want to run this task for PDF documents I would use the expression: equals('#{rd.mimetype}',"application/pdf")
Minimum Threshold
The minimum confidence threshold for labels to return following label detection. Labels with a confidence level lower than this will not be returned.
Max Number of labels
The maximum number of recognised labels to be returned, by highest confidence.
Auth conn
Your Amazon AWS credentials
Max number of labels
The number of labels you want to return
API Keys
Processor: AWSRekognitionLabels
Key |
Display Name |
Type |
---|---|---|
use_condition | Check a condition before executing this task. | Boolean |
task_condition |
Condition |
String |
task_stop_proc |
Stop Processing |
Boolean |
threshold_field |
Minimum Threshold |
DOUBLE |
auth_con_field |
Select an Authentication Connector |
String |
number_labels_field |
Max number of labels |
INTEGER |