Want Real-Time Custom Entity Recognition for PDFs Amazon Comprehend

0

I have built a custom entity recognition comprehend model trained on pdf documents following this two-part tutorial- https://aws.amazon.com/blogs/machine-learning/custom-document-annotation-for-extracting-named-entities-in-documents-using-amazon-comprehend/ and https://aws.amazon.com/blogs/machine-learning/extract-custom-entities-from-documents-in-their-native-format-with-amazon-comprehend/. Here I have used the aws sagemaker for labeling the pdfs and then training my model. My question is: Is it possible to use this model for real-time synchronous analysis job.

2 Answers
1

By definition, Comprehend analysis jobs can only be asynchronous. What you are after here would be real-time custom recognizer analysis. Once you have trained your recognizer, you can refer to this link for real-time custom entity recognition.

A more detailed implementation can be found on our blog here:

In this post, we cover how to build an Amazon Comprehend custom entity recognition model and set up an Amazon Comprehend Custom Entity Recognition real time endpoint for synchronous inference.

If you experience any roadblocks while implementing the above, please do not hesitate to raise a support case via your AWS console and one of our Support Engineers will be glad to further assist you in your journey.

AWS
SUPPORT ENGINEER
answered a year 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