Go to file
2020-04-20 20:44:37 +03:00
3rd-party/qtsingleapplication Build and distribution process has been automated. 2015-10-25 13:55:43 +03:00
distr Typo 2020-04-20 20:44:37 +03:00
images Added icon source. 2015-10-20 23:28:46 +03:00
scripts Deploy english readme last on sourceforge. 2018-02-24 15:27:48 +03:00
share Move style file 2020-04-20 20:44:37 +03:00
src foreach => for 2020-04-20 20:44:37 +03:00
translations Translation fix 2018-10-17 19:29:19 +03:00
translators Update bing script 2020-03-23 20:50:23 +03:00
.appveyor.yml Increased git clone depth. 2017-08-10 16:50:22 +03:00
.gitignore Added dependencies preparation scripts. 2015-09-29 19:21:38 +03:00
.travis.yml Travis notification setting changed. 2015-11-07 21:06:11 +03:00
LICENSE.md Updated license year. 2017-08-05 15:53:38 +03:00
README.md Update readme 2020-02-20 20:50:53 +03:00
recources.qrc Rename sources and put them to src dir 2020-04-20 20:44:37 +03:00
screentranslator.pro Update build paths and flags 2020-04-20 20:44:37 +03:00
version.json Update bing script 2020-03-23 20:50:23 +03:00

Build Status appveyor

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