# info
- TypeScript
- Python
var c = octopus("10.222.50.39:8080")
var {device,img} = c
device.bindDevices(['ca829b6'])
# getOCR()
返回string,为当前页面文字识别OCR返回的结果
- TypeScript
- Python
// @method 获取OCR识别信息
// param uuids 设备列表
info.getOCR()
# getXML()
返回string,为当前手机页面的XML文件内容
- TypeScript
- Python
// @method 获取XML识别信息
// @param uuids 设备列表
info.getXML()