想辨識一個圖片裡的字元
2.試了github上的一個開源套件 https://github.com/netpi/baid...
識別準確率不高
3.請大家幫忙推薦好用的OCR識別包(php python node的都行)
謝謝
想辨識一個圖片裡的字元
2.試了github上的一個開源套件 https://github.com/netpi/baid...
識別準確率不高
3.請大家幫忙推薦好用的OCR識別包(php python node的都行)
謝謝
python有個包叫做pyocr
<code>from PIL import Image from pyocr import pyocr # brew install tesseract def pic_recognization(img): tools = pyocr.get_available_tools() res = tools[0].image_to_string(Image.open(img)) return res</code>
辨識數字實測還蠻準的,就算有部分字母也行
捷速OCR文字辨識軟體