日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

keyboard是一個監控鍵盤輸入的庫

安裝:pip install keyborad

import keyboard
import time
from PIL import ImageGrab
def screen():
    print('開始截圖')
    # 使用微信的截圖熱鍵
    keyboard.wait(hotkey='alt+a')
    # 保存
    keyboard.wait(hotkey='enter')
    # 圖片保存需要時間
    time.sleep(0.5)
    # 讀取剪切板的圖片
    image = ImageGrab.grabclipboard()
    # 保存圖片
    image.save('screen.jpg')
    print('圖片保存完成')
screen()

當在鍵盤敲ctrl+a來得到圖片

教你用Python實現截圖和文字識別,就是這么簡單

 

截取的圖片

教你用Python實現截圖和文字識別,就是這么簡單

 

下面我使用百度云來進行識別

為什么用百度云,因為百度的技術,阿里的運營,騰訊的產品

教你用Python實現截圖和文字識別,就是這么簡單

 


教你用Python實現截圖和文字識別,就是這么簡單

 

技術當然選百度云

要安裝百度的接口

官方的教程

https://cloud.baidu.com/doc/OCR/OCR-Python-SDK.html#.E6.8E.A5.E5.8F.A3.E8.AF.B4.E6.98.8E

from aip import AipOcr

""" 你的 AppID AK SK """
APP_ID = ''
API_KEY = ''
SECRET_KEY = ''

client = AipOcr(APP_ID, API_KEY, SECRET_KEY)



"""讀取圖片"""

def get_file_content(filepath):
    with open(filepath,'rb') as f:
        return f.read()



def get_img_content(img):

    image_content=''
    content = client.basicAccurate(image=img)
    # print(content)
    for words in content['words_result']:
        print(words)  # 字典
        image_content += words['words']
    print(image_content)
    
教你用Python實現截圖和文字識別,就是這么簡單

 

下面,封裝全代碼

# -*- coding:utf-8 -*-
# time :2019/5/2 23:02
# author: 毛利


import keyboard
import time
from PIL import ImageGrab
def screen():
    print('開始截圖')
    # 使用微信的截圖熱鍵
    keyboard.wait(hotkey='alt+a')
    # 保存
    keyboard.wait(hotkey='enter')
    # 圖片保存需要時間
    time.sleep(0.5)
    # 讀取剪切板的圖片
    image = ImageGrab.grabclipboard()
    # 保存圖片
    image.save('screen.jpg')

# 使用百度云中的文字識別
from aip import AipOcr

""" 你的 APPID AK SK """
APP_ID = ''   #你的賬號的id
API_KEY = ''
SECRET_KEY = ''

client = AipOcr(APP_ID, API_KEY, SECRET_KEY)



"""讀取圖片"""

def get_file_content(filepath):
    with open(filepath,'rb') as f:
        return f.read()



def get_img_content(img):

    image_content=''
    content = client.basicAccurate(image=img)
    # print(content)
    for words in content['words_result']:
        # print(words)  # 字典
        image_content += words['words']
    print(image_content)

if __name__ == '__main__':
    screen()
    img = get_file_content('screen.jpg')
    get_img_content(img)

使用:

教你用Python實現截圖和文字識別,就是這么簡單

 


教你用Python實現截圖和文字識別,就是這么簡單

 

就是這么簡單,不知道你學會了沒有。

分享到:
標簽:Python
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定