You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard paradigm for using Textract's asynchronous API to process multi-page documents is to publish the completion status to an SNS topic for consumption by a downstream consumer (e.g., SQS, Lambda, etc.). Currently, the Textractor method mappings do not support the NotificationChannel parameter required for sending a completion status to an SNS topic:
Adding the option to pass the notification_channel to the Textract asynchronous API method mappings would be beneficial in closing the loop on the asynchronous document processing paradigm.
The text was updated successfully, but these errors were encountered:
The standard paradigm for using Textract's asynchronous API to process multi-page documents is to publish the completion status to an SNS topic for consumption by a downstream consumer (e.g., SQS, Lambda, etc.). Currently, the Textractor method mappings do not support the
NotificationChannel
parameter required for sending a completion status to an SNS topic:amazon-textract-textractor/textractor/textractor.py
Lines 425 to 439 in e608576
Adding the option to pass the
notification_channel
to the Textract asynchronous API method mappings would be beneficial in closing the loop on the asynchronous document processing paradigm.The text was updated successfully, but these errors were encountered: