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
preguntada hace un año225 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
respondido hace un año
  • Yes, I got the text with the lower confidence score from API.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas