如何使用python或monkeyrunner从屏幕截图中获取字符串和坐标
可以说我使用猴子赛跑者捕获了屏幕截图。此屏幕截图包含一些文本,例如:联系人、拨号器等。我想从屏幕截图中提取字符串和坐标。因此,在我的猴子跑步脚本中,我可以搜索字符串并获取坐标。使用这个坐标,我可以使用猴子跑步者点击坐标。 因此,这将解决在屏幕中搜索文本并点击它的目的。 有人可以帮我吗?
Lets say i captured a screen shot using monkey runner. This screen shot contains some text ex: Contacts, Dialer et.c. I want to extract the strings and coordinates from the screenshot. So, in my monkey runner script, i can search for the string and get the coordinates. Using this coordinate i can use monkey runner to tap on the coordinate.
So, this will solve the purpose of searching a text in a screen and tapping on it.
Can somebody help me in this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是OCR的问题。
在这里试试:
https://code.google.com/p/pytesser/
这可能是与试图弄清楚屏幕截图上的内容相比,访问低级用户界面元素更容易。但该问题缺乏所用软件、操作系统等相关信息。
This is a question of OCR.
Try here:
https://code.google.com/p/pytesser/
It is probably easier to access the low level user interface elements than trying to figure out what reads on the screenshot. However, the question lacks related information about used software, operating system, etc.