2020年1月23日

摘要: 代码如下: #!/usr/bin/env python2 # -*- coding: utf-8 -*- import re import commands import datetime import threading import sys import Queue from concurren 阅读全文
posted @ 2020-01-23 10:14 王会喜 阅读(365) 评论(0) 推荐(0) 编辑
 
摘要: 主要是实现图片内容的离线识别,python 提供了一个库完成此功能。 一. 安装 tesseract-ocr 包 sudo apt-get install tesseract-ocr 二. 安装 PIL PIL(python imaging library)是python中的图像处理库 sudo a 阅读全文
posted @ 2020-01-23 09:50 王会喜 阅读(1420) 评论(0) 推荐(0) 编辑