Go to file
2020-04-20 20:46:28 +03:00
.github/workflows Test before build 2020-04-20 20:46:28 +03:00
external/gtest Add test 2020-04-20 20:46:28 +03:00
share Add test 2020-04-20 20:46:28 +03:00
src Move common model to separate class 2020-04-20 20:46:28 +03:00
tests Add test 2020-04-20 20:46:28 +03:00
translators Update translation scripts 2020-04-20 20:46:28 +03:00
.appveyor.yml Increased git clone depth. 2017-08-10 16:50:22 +03:00
.clang-format Refactor. WIP 2020-04-20 20:44:37 +03:00
.gitignore Update .gitignore 2020-04-20 20:44:37 +03:00
LICENSE.md Updated license year. 2017-08-05 15:53:38 +03:00
README.md Show current page's url and load images option 2020-04-20 20:44:37 +03:00
recources.qrc Compile translation into binary 2020-04-20 20:46:28 +03:00
screen-translator.pro Move common model to separate class 2020-04-20 20:46:28 +03:00
updates.json Update translation scripts 2020-04-20 20:46:28 +03:00
version.json Add resource downloader/updater 2020-04-20 20:45:26 +03:00

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

  1. Run program (note that it doesn't have main window).
  2. Press capture hotkey.
  3. Select region on screen.
  4. Get translation of recognized text.
  5. 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)

Dependencies

Attributions