amazon-textract-code-samples | Amazon Textract Code Samples | Cloud Functions library
kandi X-RAY | amazon-textract-code-samples Summary
kandi X-RAY | amazon-textract-code-samples Summary
This sample code is made available under the MIT-0 license. See the LICENSE file.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of amazon-textract-code-samples
amazon-textract-code-samples Key Features
amazon-textract-code-samples Examples and Code Snippets
Community Discussions
Trending Discussions on amazon-textract-code-samples
QUESTION
I want to use this amazon table textract script
The problem I encounter is that I don't have any clue what is trp module and how I can install it.
I tried
...ANSWER
Answered 2019-Sep-13 at 08:02Ok, I know I am answering my question but there is a ready to use file in aws repo
QUESTION
I have pushed my texract code on staging server and now I am receiving error.
It is working on development system. I can't understand why it is happening.
I am using dotnet core 3.0
I am following code sample provided here. [https://github.com/aws-samples/amazon-textract-code-samples/tree/master/src-csharp]
I have doubt regarding IAM credentilas. For this I installed AWS SDK tools for Windows and AWS CLI on staging server and after that ran commands (mentioned here [https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html#cli-quick-configuration] ) using Command prompt for configuring. I thought it (IAM) might be getting saved into environment. But no success.
Code which uploads file on S3 bucket is uploading it but while making request to Textract service it is crashing.
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request)
I can't understand what's the issue. On development it is working. Any help ?
...ANSWER
Answered 2020-Feb-28 at 15:07Finally we found solution. It was very weird issue, never thought it will come.
First thing
Message thrown by API was not clear. So we hosted it on some other server which had upgraded windows OS. There we came to know it is related to keys which was generated during creation of IAM user.
Second thing
Although we got cleared that our application (Amazon's Textract dll) is not able to read keys which we configured from here .
When we configure through CLI, it creates two files for saving credentials and read it from here. Refer below screen shot.
It was there but still application was not able to locate it on staging server. After searching for 4-5 days talking to the AWS support nothing happened.
Finally we dived into IIS made few changes and came to know it is happening at IIS. In IIS there is setting in Appool of instance it was Load User Profile.. By default it come as false but when we turned as true it crated a user like we have user for system log-in. Refer below screen shots for changing this.
It creates user like this.
Hope it helps some one
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install amazon-textract-code-samples
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page