Textract with Adapter- Correlating Query Results based on their location

0

I am performing PDF analysis using AWS Textract. When using the table feature, I did not get sufficiently accurate responses, so I created an adapter. I started making requests using the adapter I created (using the aws-sdk/client-textract package), and I can see data close to accurate for the queries I created for training. However, I notice that in the API response, not all query results contain position information. I need the position in all the responses to my queries, as this is necessary to correlate these results based on their position. Can I have position information in all the query results, or do you have any alternative suggestions? Thank you.

asked 2 months ago147 views
1 Answer
0

Thanks for using Textract service. Unfortunately there is no guarantee that QUERY result will always have position information. You can try search QUERY result text in all word BLOCK and see if can associate with word BLOCK, then use word BLOCK position information instead.

AWS
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions