摘要: # !/usr/bin/python # -*-coding:utf-8-*- import sys import time time1 = time.time() from PIL import Image import pytesseract ###########二值化算法 def binarizing(img, threshold): pixdata = img.load... 阅读全文
posted @ 2019-01-17 09:55 前度天下 阅读(2053) 评论(0) 推荐(0)