Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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.
344 results
![I uploaded a .tiff file which is 50MB. but Amazon textract didn't process it. Please help me.](/media/postImages/original/IMWvOelVMyS0erRra3r1jCjA)
Can I upload pictures larger than 5mb?
Hey guys, just wondering if it is possible to train the Textract to return meaningful results. I am trying to use Textract to read some handwritten texts from the image, but sometimes it gives me resu...
I am creating a component that extracts documents for its content. Since there are multipage pdf documents, as per my understanding I need to use
‘**StartDocumentTextDetection**’ **async** method. Th...
I am using "aws textract analyze-document" to OCR the attached Table. However, no text nor numbers are recognised. Other packages (like Adobe Acrobat Pro) is able to OCR the image. Can somebody help o...
I have annotated my dataset with labels and am trying to train the adapter, but the training fails.
The AWS Console show the error message:
"Adapter training initialization failed because of annotatio...
Hello,
I am creating a Custom Query Adapter to process tables in PDF files.
I want to use the custom query to ask these questions:
- "What is the total quantity ordered?"
- "What is the total quanti...
Hi,
It would be great if we could get advice on an account service quota limit which is beginning to be a bottleneck for our system. The Amazon Textract Async DocumentTextDetection throttle limit of...
Hi Team,
I'm experiencing an issue with Amazon Textract when processing documents that contain both vernacular (non-English) and English handwritten text. The OCR results for the English handwritten ...
Hi,
I am experimenting with Textract and have been training the model using the Web front end on my Dev Account and have created an "Adapter" etc
1. How and What is needed for the model to be migra...
I've been trying to extract tables asynchronously from a multi-page pdf file, however it appears that only the table on the first page is returned. I successfully receive a jobID and pass the nextToke...
I'm trying to extract tables asynchronously from a pdf document, using Textract with the Javascript V3 sdk. I successfully get a jobID from the StartDocumentAnalysisCommand, however when calling GetDo...