This is from a opencv+easyocr number plate recognition script opencv crops the image to number plate and gives,clean great output to the easyocr. but what are these bunch of numbers its reading
result = reader.readtext(opencv(mypath))
Result: [([[0, 0], [163, 0], [163, 31], [0, 31]], 'SPHJ > 3764', 0.5565279612963627)]
I know I can get a clean output by this but the thing is it differs from a picture to picture. is there any way only to get the number plate
result = result[0][-2]
Result: SPHJ > 3764