Open
Conversation
Issues FoundNo issues with your PR description were found. Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Decky Translator to Plugin Store
Decky Translator captures your Steam Deck screen, recognizes text using OCR, translates it and shows the result as overlay on top of the game.
Currently there are 3 OCR providers to choose from:
And 2 Translation providers:
To make RapidOCR work on device, required models and Python 3.11 runtime (this version is required by RapidOCR) are downloaded during install via remote_binary and then unpacked by the plugin. This dependency archive is built from public FOSS sources and published as a GitHub Release artifact by the project's CI workflow.
Button detection works by reading raw HID input directly from the Steam Deck controller (/dev/hidraw) to allow button-cobminations for quick translation, as previously working method to detect buttons stopped working around half a year ago after Steam update
Task Checklist
Developer
Plugin
Backend
Community
Plugin testing reports:
#977 (comment)
#970 (comment)
Testing