Amazon Textract skip some form fields when doing analysis - amazon-web-services

I am calling Amazon Textract api for analyze pdf scanned image and it skipped some fields as key value pair. Is there any way to train or specifically point to map key value pair properly?

No, there is no capability to 'train' Amazon Textract.
Available actions are shown on: Actions - Amazon Textract

Related

AWS Athena CLI for checking the query submitter?

We have multiple users that submit queries to AWS Athena concurrently. Is there anyway Athena CLI that allows us to find out the submitter, given a query execution id?
Based on the AWS Athena doc, it seems that this is not supported.
https://docs.aws.amazon.com/cli/latest/reference/athena/
Use Cloudtrail service instead.
From User guide:
Using CloudTrail, you can determine the request that was made to Athena, the
IP address from which the request was made, who made the request, when
it was made, and additional details.
More details here: https://docs.amazonaws.cn/en_us/athena/latest/ug/monitor-with-cloudtrail.html

Flutter - AWS S3 image upload using only aws key and secret (Without using any Package/SDK)

I was trying to upload my image to AWS s3 bucket storage. Most of the AWS s3 image upload examples in google are asking to use the lambda function for uploading an image to the server.
But, I do not want to use lambda function.
So is there any way if I can upload my images to my public bucket URL with my AWS "key" and "secret"?
Can anyone suggest me a way to upload image thoroughly from mobile side only?
Thanks.
You can implement the signing process and use the S3 API endpoint, which is what packages/SDKs are doing under the hood.
The S3 REST API documentation with the supported parameters are here: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
And to calculate the signature using the access key id and the secret access key you'll need this: https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html
The documentation seems decent, but it won't be easy.

Is the AWS Textract API configurable?

I want to extract structured text from PDF contracts with AWS Textract.
Is the service configurable? For example, can I set the minimum vertical blank space the system uses to split paragraphs?
Thank you!
No, Amazon Textract is not configurable. It is a managed service that is meant to work "as is" without detailed settings.
Available actions are shown on: Actions - Amazon Textract

Match an image to bucket of images using Amazon Rekognition

I am using Amazon Rekognition in a project. My requirement is to upload a set of products to the bucket initially and when a user uploads an image to my portal he/she should get matching(similar) image/images from my bucket as a result. Is this possible?
AWS Rekognition only supports a set of labels, Amazon keeps expanding it but they don't support user defined labels. Here is a snippet from their FAQ (source)
Q. I can’t find the label I need. How do I request a new label?
Please send us your requests through AWS Customer Support. Amazon
Rekognition continuously expands its catalog of labels based on
customer feedback.

Is there an Amazon.com API to retrieve Amazon Keyword volume data

Hello all I am looking for an Amazon API that can be used to pull volume of a keyword from Amazon? Is there is any API available?
This website is doing the same but not sure what services or APIs they will be using: https://www.merchantwords.com/
As Amazon does not publish these numbers, my guess it's just applied statistics, based on search/Amazon ranking click through distributions and the way the products Amazon rankings fluctuate.