distr | ||
scripts | ||
share | ||
src | ||
translations | ||
translators | ||
.appveyor.yml | ||
.clang-format | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
recources.qrc | ||
screen-translator.pro | ||
version.json |
Screen Translator
Introduction
This software allows you to translate any text on screen. Basically it is a combination of screen capture, OCR and translation tools.
Installation
Windows: download and run the installer from github releases page.
Linux: install dependencies and build from source (edit .pro, qmake && make). Also download data files for tesseract.
OS X: currently not supported.
Usage
- Run program (note that it doesn't have main window).
- Press capture hotkey.
- Select region on screen.
- Get translation of recognized text.
- Check for updates if something not working.
Features
- Many OCR languages (can be modified dynamically)
- Global hotkeys for main actions
- Copy last translation to clipboard
- Repeat last translation
- Show result in 2 ways (widget or tray baloon)
- Preprocess (scale) recognizeable image
- Interface languages (ru, eng)
Limitations
- Can not capture some dynamic web-pages
- Not very precise OCR
- Not all functions are cross-platform (may be bugged on some systems)