New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content 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
339 results
I'm implementing a form data capturer from images using AWS Textract, but ...
![Simple checkbox form](/media/postImages/original/IM8vx6TyPGRNCBEe4HcTl2ng)
As you can see in the AWS test page, the mo...
Seems like Textract is having problem extracting this part of the table (green box)
![Enter image description here](/media/postImages/original/IMugtZUKWjSDCAfESDxTv8IQ)
The only data that Textract s...
I am attempting to use TextractAsyncClient in Kotlin, but I can't find it. I can find it in Java and can make do if necessary, but is there really no native Kotlin implementation?
I am using the Java Textract SDK to evaluate Textract, and the documentation states this:
*Amazon Textract can be used to detect the layout of a document by finding the locations of different elemen...
My PDF files have a table of "testers". In the image below, we can see "Tester 2" is "SENT-11-3".
![PDF Excerpt](/media/postImages/original/IMNJo-biEQStmkW2qMVRSNqA)
However, the TEXTRACT output giv...
Periodically for some documents (PDFs) but I'm not able to understand why. Textract will not be able to determine the layout even though the layout information is in the blocks.
For example:
```
new...
Hi,
I'm using Textract to read certain forms where Textract mixes up these cases -
1 & I
0 & O
S & 5
Z & 2
i & 1
....
Can some one clarify if there are any fonts in which the Textract would mix up t...
![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...