I\'ve been trying to implement an OCR program with Python that reads numbers with a specific format, XXX-XXX. I used Google\'s Cloud Vision API Text Recognition, but the res
I am unable to tell you why this works, perhaps it has to do with how the language is read, o vs 0, l vs 1, etc. But whenever I use OCR and I am specifically looking for numbers, I have read to set the detection language to "Korean". It works exceptionally well for me and has influenced the accuracy greatly.