Closed Saad29 closed 1 year ago
Im also facing same problem
just realized this problem as well
Update: I thought it could help to detect the position of the text first and smoothen the corners. But I do not think flutter's opencv packages(nor any other packages) offer all the functions needed for this. Also I doubt it would help with the numbers "1" and "7". So I think this is a dead end.
But it could be possible with a custom model for detecting seven segment numbers using: https://pub.dev/packages/tflite Not sure how much work this means because I didnt use it yet.
I dont think 7 segments displays in included in Google's API.
The detection of numbers while using text recognition is quite poor on 7 segment displays. Is there any settings that I should take care of or I am missing something? Or does this library cannot actually detect digits in 7 segment displays?