detect_text cannot find obvious texts

0

I'm trying to read text "VINCENNES / PRIX D'AUFFAY" but detect_text does not recognise "VINCENNES / PRIX " part. test image Here is the result of Rekognition: Result

Is it related to a "/" symbole?

ilia
asked a year ago218 views
1 Answer
0
Accepted Answer

I took a screenshot and ran this example and the detect_text API does detect the text "VINCENNES / PRIX ", though with a lower confidence in the 60-70 range (depending on how I sliced the image) with the "/" and to much higher score without the "/". For this reason, at least in the demo on the AWS console , you will not see a bounding box plotted. Based on this I would agree with your assumption that the "/" may be causing the lower confidence score. I would recommend the following:

  1. Re-run this example and observe the API response for the text. If the response does not contain the text at all, please share it here.
  2. In your program logic, process/consider lower ranges of confidence scores if the DetectedText contains a "/" (to draw a bounding box etc).
AWS
zuhayr
answered a year ago
  • Yes, I got the text with the lower confidence score from API.

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