Hi everyone,
I’m facing a consistent issue with the Google Vision OCR workflow in Roboflow. I’m encountering two distinct error messages:
`Error 1:
{
“error”: “Error during execution of step: $steps.google_vision_ocr. Details: ‘y’”,
“inner_error”: “‘y’”
}
Error 2:
{
“error”: “Error during execution of step: $steps.google_vision_ocr. Details: ‘x’”,
“inner_error”: “‘x’”
}`
I’ve noticed a peculiar behavior with both Error 1 and 2. In some cases, the OCR fails to detect any text because the vehicle is angled and obviously, a license plate can’t be detected, yet it doesn’t throw that error. However, when I test multiple images in the same JPG format, I get this error even if there’s no license plate, which I find strange. With other images where the license plate is visible, it works fine, so I’m unsure what’s happening with certain images. I’m testing with the images provided to me, all in the same format but not necessarily the same resolution. Even within the same resolution, some work and others don’t
I’m wondering if anyone else has encountered similar behavior or has any insights into potential causes. Any suggestions or solutions would be greatly appreciated.