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
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...
AWS textract is superb and gives good results for documents which contains images. However what we observed is that everytime there is **c.** like in attached image ![Sample...
Hi AWS, we are working on a project that requires real-time document processing and we are encountering latency issues with AWS Textract for multipage, large PDF files. Despite using the asynchronous...
Preamble:
We need to extract a unique ID from an image. The image consists of 8 numbers and a character, like so: 99999999C. This code is within a Spanish document in the form of a PNG file, the api...
This question should be in Textract category, but system places it in ML for some unknown reason.
I am interfacing with the Textract API using the AWS PHP SDK. I'd like to use the new Textract...
I'm using the async workflow and paging through the results of GetDocumentTextDetection and have a couple questions.
For context, I'm using these results to determine the "primary" orientation of the...
I use Textract to read tables that have been filled in with handwriting. In general it works great, but there is a recurring issue of Textract not recognizing '1' or interpreting it as a column...
Hi, I have trained a customer query adapter in textract and I get as far as Trying the Adapter, but when I upload an image to try the adapter I just get a spinning confidence marker on the image and a...
I am using Textract's asynchronous functions StartDocumentAnalysis and GetDocumentAnalysis to detect signatures on a document using AWS SDK Python. The JSON data I receive is correct from...
I was trying to extract invoice number from PDF file (using Amazon Textract - Analyze Expense), I uploaded pdf file and then analyze but it returned this error UnsupportedDocumentException.
Then I...