Skip to content

Latest commit

 

History

History
 
 

baiduApiVersion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

百度 ocr api 版本

只实现了简单的浏览器搜索问题,更多方式其实拷贝一下代码就好啦。

  1. 安装 ADB
  2. 安装 python 3
  3. 安装所需 python 包
urllib
requests
base64
  1. 百度平台上创建应用申请 API Key 和 Secret Key
  2. GetTitleBaiduAndroid.py 中加入相应 key
# 百度OCR API
api_key = ''
api_secret = ''
  1. 运行脚本 安卓: python GetTitleBaiduAndroid.py IOS: python GetTitleBaiduIos.py