Questions tagged with Amazon Textract
Amazon Textract is a machine learning (ML) service that automatically extracts text, handwriting, and data from scanned documents.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I'm using AWS Textract with IAM user credentials (access key and secret key). In AWS Security Hub, I see a control that recommends ensuring the IAM password policy expires passwords within 90 days or...
I've run a test of Textract on a document and found several problems. The language of the document is Dutch. I've boiled down the issues to one short excerpt of the document. In the [Texttract...
Hello,
in the pricing page for textract (https://aws.amazon.com/textract/pricing/) I see this mention of "pretrained tables". What are they? I mean, other than the obvious. I can't find any reference...
Hi,
I am using textract to extract text from Pdf file. I have an issue that most of the time Textract is not showing Trademark symbol in correct form.
Some of the time it shows "R" in place of "®"...
I have been using lambda function since last two years. Recently one of the databases moved to VPC environment so lambda is configured that connection with since then when Im trying to access text...
I Have created a Custom Adapter using the AWS textract console and have around 6 queries defined.
When i am trying to test the adapter using my Java code with the adapter ID (example)
```
Adapter...
I have asked a similar question, but this more straight forward. Can I use Amazon Textract to detect strikethrough / strikeout characters in a PDF? And if so, how?
And if not, can these feature be...
Could you please tell me the pricing based differences of Textract if I send 30 pages asynchronously for Textract analysis and if I send each page of the pdf as a single pdf for analysis.
Also could...
I am trying to follow the guidance from this AWS Textract article:...
I've been trying to analize a document. I have tried with S3 buckets as with Base64 image upload with no luck at all.
The image is uploaded via a web browser, it is commented the section where it...
I want to send a complete pdf document to Textract, some pages have tables and some don't how can I send the entire document such that only tables are extracted and CSVs are generated (CSV generation...
I am trying to create my own browser-based console that I can use instead of the AWS Custom Queries console to create and manage Textract adapters. I've found [this...