-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility API #49
Comments
Hi, I tinkered a bit with the accessibility API to try to extract the text directly from the apps instead of using an OCR, but did not achieve much. |
Here's one that cyte2 was referencing from: https://github.com/tmandry/AXSwift However I am not sure if there is a Python API for it, do you mind sharing some of your tinkering code? I believe we still need OCR for extracting the text, the accessibility api is for extracting "metadata" like url or window contexts. |
Unfortunately I don't seem to have kept my tinkering code :/ I tried to use ORCA screen reader (https://github.com/GNOME/orca) but it was not the right tool I think |
https://kevinchen.co/blog/rewind-ai-app-teardown/ ^^^ I think this would probably help |
Yes this blog post was very helpful :) |
Is this connected to the accessibility API to retrieve context information (like url, app name, etc) yet?
The text was updated successfully, but these errors were encountered: