利用python识别出图片中的文字

利用python识别出图片中的文字,第1张

from kkb_ocr import ocr_word

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。客户端服务端可以通信。
客户端发命令,服务端接收命令,扫描文件,返回数据到客户端。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/10787125.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-11
下一篇 2023-05-11

发表评论

登录后才能评论

评论列表(0条)

保存