242 questions
1
vote
0
answers
41
views
How can I use my own textract adapter with php?
I've been trying to use my own textract adapter but it doesn't work propertly.
It only works the queries that I write in the QueriesConfig section, and my trained adapter doesn't work, my training ...
0
votes
0
answers
34
views
Textract extract 2 columns of QUANTITY type data. What would be the best way to detect which is the good one?
I'm using AWS Textract with AnalyzeExpense to extract data from P.O.
But sometime, P.O. have "QTY ORDERED" and "QTY SHIPPED" and both are detected as QUANTITY. So I end up with 2 ...
0
votes
0
answers
30
views
AWS Textract OCR Issue: Troubleshooting and Resolving OCR Errors or Limitations [duplicate]
I have a PDF document with a 'Cover Details' section. Under this section, there are lines with either a check mark or an unchecked mark image related to them. How can I extract this information using ...
1
vote
0
answers
67
views
AWS Textract: stop rotating image
I want to analyze a document that has vertical and horizontal text. I tried rotating the image 90 degrees before sending it to AWS Textract, but it appears the backend automatically "corrects&...
1
vote
1
answer
116
views
Lambda calling AWS Textract - is there any way to limit Textract to specific S3 buckets?
So I have a Lambda which has an IAM role that allows read and write access from a specific S3 bucket. I am triggering textract:DetectDocumentText which reads from one of these buckets. I want to limit ...
0
votes
1
answer
60
views
Aws Textract Async operations - from external document storage?
Friends,
I am creating a component that extracts documents for its content. Since there are multi page pdf documents, as per my understanding I need to use ‘ StartDocumentTextDetection’ async method. ...
0
votes
1
answer
115
views
How can I get the full list of classified outputs for amazon textract (cal_text_lending) other than 'PAYSLIPS' & 'CHECKS'? Is there a way?
I am trying to figure out what other types I might get as a result other than these...when I use from textractcaller import call_textract_lending
import boto3
from textractcaller import ...
0
votes
0
answers
65
views
Not getting tables using Textract with NextToken?
I'm trying to extract tables from a multipage pdf using AWS Textract. The code appears to extract tables when there's no NextToken passed and when removing the while statement, but when added, the ...
0
votes
0
answers
51
views
AWS Textract Custom Model access
Anyone who have experience in using a custom aws Textract model in you application. I have developed the aws Textract custom model. But unlike Rekogntion and Comphrend I could not find the ARN plus I ...
0
votes
0
answers
147
views
Parsing AWS Textract response - Using amazon-textract-response-parser
I'm sending a table image to aws textract it returns a response I tried making use of this package https://github.com/aws-samples/amazon-textract-response-parser but for some reason I've been getting ...
0
votes
0
answers
33
views
How to detect PDF pages with scanned content?
I'm trying to build an algorithm that it is able to detect pages that require to apply AWS Textract because they are scanned content. The use case is that some documents have text plain content but ...
1
vote
0
answers
437
views
AWS Textract Too Slow
We are using AWS Textract to OCR PDFs. We don't use any of their advanced form/table detection, queries, etc. features. We only want to take a PDF (or PNG/JPEG), and get back a list of all "...
0
votes
0
answers
50
views
Can I detect multiple ids with Amazon Textract using Identity Documents?
I have this passport type document, the idea is to be able to obtain the data from it, but I am currently having a problem.
The passport number that I am obtaining is not what I expected, because ...
1
vote
0
answers
95
views
AWS Textract With AWS Signature Version 4 Using Go Lang
I have 3 credentials:
host
acckey
secretkey
That from AWS. I am using AWS Signature Ver 4 method
And then i want to using textract feature from AWS with Golang. I have build the code and have a ...
0
votes
1
answer
160
views
amazon-textract-response-parser: Unable to construct TextractDocument with multi-page output downloaded from S3
I'm using the NodeJS version of the library "amazon-textract-response-parser": "^0.4.1"
My process is:
StartDocumentAnalysisCommand with params
{
DocumentLocation: {
...