Google Cloud Vision - Numbers and Numerals OCR

后端 未结 2 1579
伪装坚强ぢ
伪装坚强ぢ 2021-01-17 11:11

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

2条回答
  •  难免孤独
    2021-01-17 11:52

    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.

提交回复
热议问题