url = '>类似
from PIL import Image
from tesseract import image_to_string
im=Imageopen(r"D:\python\excersice\1234jpg")
txt=int(image_to_string(im))
print txt
这样大概思路是这样的:你得有服务器上的访问权限,可以在服务器上写一个tcp sever。
你的本地电脑写一个tcp client。客户端和服务端可以通信。
客户端发命令,服务端接收命令,扫描文件,返回数据到客户端。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)