摘要:
import tesserocr from PIL import Image image = Image.open('code.jpg') image = image.convert('L') threshola = 127 table = [] for i in range(256): if i < threshola: table.append(0) els... 阅读全文
posted @ 2018-08-26 17:14
沙漠bus
阅读(1467)
评论(0)
推荐(0)

浙公网安备 33010602011771号