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.
329 results
In several documents that we have attempted to process using Amazon's OCR feature, we have found that the system does not correctly detect text in some areas, despite it being clearly legible. We have...
Hello all,
I am using Textract async StartDocumentAnalysis and GetDocumentAnalysis for detecting signatures. However, when I test the code with a PDF document the job status of GetDocumentAnalysis is...
I have two lambda functions currently, one to specify the queries and start the document analysis. The second function is triggered by a SNS topic and retrieves the document analysis. The problem is...
I'm trying to use Textract to extract the product descriptions form our PDF catalogs in page order. The Textract analysis picks up the descriptions as text blocks, but how do I go about training...
I am extracting data from documents that include tables and other text that is not in table format (the documents do not include figures). I would like to separate table data from non-table data...
Background: I am using Textract Analyze document API to detect Layout response objects in a PDF page. The page has Page Headers, Title, Sub-headers, tables, figures, and text. The page is divided into...
Is there any way to use Analyze Expense when the receipt or bill is split into multiple images. I have tried combining the images into a single image but this didn't work as expected. I was getting...
Hi,
Can I know what is the code behind pulling the text of the document in the demo console: https://us-west-2.console.aws.amazon.com/textract/home?region=us-west-2#/demo
The "rawText.txt" in the zip...
Hello,
I'm using Textract for extracting information from academic papers. It's working great except for when Greek letters are used, like α, β, σ, etc. It will often translate α as *a*, and β will be...
Hello all,
cannot post a sample document in here, but lets say I'm working with invoices, pdf. All of a sudden, I found a couple odd balls today where my scripts that consume textract will...
Hi AWS team,
I uploaded a PDF file using the online demo (TABLES) and I got more accurate results than using the AWS async API java.
`<dependency>
<groupId>software.amazon.awssdk</groupId>
...
I am able to extract text from my multi-page PDF using Amazon Textract. Now I want start Human Loop Review. I have already created a workflow and specified the condition there to trigger the Human...