Hello everyone, I'm trying to use the textract extension to extract data from a document and I'm getting this error.
Someone have an idea about this issue?
regards,Daniel
Hi Daniel,
Did you follow all instructions from the documentation tab of the Forge component?
Regards,
Daniel
Hi @Daniël Kuhlmann , thanks for you reply. Yes, I did. Now, I'm getting "Invalid credentials to Amazon Textract service."
I've configured a new user on my aws account with full permissions on textract services, as you can see here:
Invalid credentials to Amazon Textract service.
Hi,
Maybe this page can help you:
https://docs.aws.amazon.com/textract/latest/dg/security_iam_troubleshoot.html
Can you please check if you are providing valid credentials to the AWSCredentials input parameter of the connector action you are consuming?
Best regards,
Tarik
Hi @Tarik Ayoub , even when I pass these parameters, it does not work. For example, I've those paramters configured on service center, in site properties. It means, if I do not pass any value, the value used on service center should be used. But, I'm getting invalid credentials. If I set the credentials in the connector action, I get this error:
Hey, thanks for your reply. You should provide the credentials via the input parameter.
Apropos the error "Could not load type <type> from assembly <assembly-name>":
Do you have any other AWS connector installed on that same infrastructure? Can you make sure those are all up to date? Different extensions consuming different versions of the same assembly can sometimes cause runtime errors like that.
Hi! We've encountered this similar issue and we're using multiple connectors on our infrastructure. How can we update the sdk version safely? since there are multiple apps using this connector.