01 2020 档案

 
pyton 获取系统安装软件的基本信息
摘要:代码如下: #!/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 王会喜 阅读(363) 评论(0) 推荐(0) 编辑
ubuntu 安装 pytesseract 模块进行图片内容识别
摘要:主要是实现图片内容的离线识别,python 提供了一个库完成此功能。 一. 安装 tesseract-ocr 包 sudo apt-get install tesseract-ocr 二. 安装 PIL PIL(python imaging library)是python中的图像处理库 sudo a 阅读全文
posted @ 2020-01-23 09:50 王会喜 阅读(1346) 评论(0) 推荐(0) 编辑