Textract Queries returning false positive results

0

We are struggling with textract query results. The OCR is working correctly, as the text is pulling accurately but the queries are returning incorrect results. We are reviewing education documents and textract appears to say yes to most things. In the example below it is a "doctor of arts", when asked "Can you confirm if 'Maths' is present in the document?" the answer is returned as a high confidence yes.

For example: Accurate text: "Text": "has conferred on" "Text": "the degree of" "Text": "Doctor of Arts" "Text": "in Law And Legal Studies" "Text": "and all the rights and privileges thereunto appertaining." "Text": "In witness thereof, this degree duly signed has been" "Text": "issued and the Seal of the University affixed." "Text": "Presented on the twenty fifth day of" "Text": "April, two thousand and seventeen." "Text": "Pabe" "Text": "Jack" "Text": "lean"

Results: "BlockType": "QUERY", "Text": "Can you confirm if 'Maths' is present in the document?" "BlockType": "QUERY_RESULT", "Confidence": 87, "Text": "yes"

"BlockType": "QUERY", "Text": "Can you confirm if 'University of New York' is present in the document?" "BlockType": "QUERY_RESULT", "Confidence": 92, "Text": "yes"

Gabi
asked 7 months ago224 views
2 Answers
0

Thank you for using Amazon Textract. As a managed machine learning service, we are continuously improving the quality of our models and releasing new features. In order to help us improve our models for your documents, please open a customer support ticket and share details to help us analyze further. Additionally, please look out for announcements regarding our model quality updates and new feature announcements that are announced on the AWS Textract what’s new post channel.

AWS
answered 7 months ago
0

Hi, try to use an Adapter for custom queries. It's another way of solving this problem. let me know if you have more questions

Ignacio
answered 6 months 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