【求助帖】我目前想要做个UI自动化的工具,需要识别页面上面所有可能按钮,并且获取到这些按钮的坐标,有哪些开源模型比较适合?要怎么微调? #734
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#734
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OpenCV + Tesseract
可以考虑结合OpenCV和Tesseract进行按钮识别:
利用OpenCV的模板匹配或者轮廓检测等方法,结合Tesseract OCR对按钮文本进行识别。