Azure computer Vision OCR API alerting users if it fails to read certain section/lines/pages

RaghavendraSC-9485 1 Reputation point
2022-05-13T06:37:05.43+00:00

Is there any features available for below requirements
Azure Computer Vision OCR api feature

  1. Notifying user if it fails to read certain section/lines/pages due to clarity
  2. How to notify user if OCR API reads certain PII but Microsoft presidio API fails to redact it
  3. Detect human signature and redacting it. : OCR api is detecting signature if its in readable format. But if signature is not at all readable(no english characters are clearly visible) then how to handle it..? how to extract that signature section as image and notify the user
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
311 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,616 Reputation points
    2022-05-13T12:32:32.83+00:00

    @RaghavendraSC-9485 Thanks for the question. We would recommend to use the Form Recognizer that includes the new Read OCR model.
    Form Understanding Layout API can help you for signature.

    Error guide:https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/preview-error-guide

    0 comments No comments