Go to file
2020-05-09 13:30:06 +03:00
.github Create release archives with compatible tesseract version 2020-05-03 11:51:09 +03:00
external Add support of zip archived components 2020-04-20 20:46:29 +03:00
share Create release archives with compatible tesseract version 2020-05-03 11:51:09 +03:00
src Fix representer actions when show result as tooltip 2020-05-09 11:58:40 +03:00
tests Add updater tests 2020-04-20 20:46:29 +03:00
translators Update translators 2020-04-20 20:46:29 +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 Add setup information 2020-05-09 13:30:06 +03:00
recources.qrc Add ability to show debug page from translator window 2020-04-20 20:46:29 +03:00
screen-translator.pro Add updates file to project 2020-04-20 20:46:29 +03:00
updates.json Add app version hashes 2020-04-20 21:25:12 +03:00
version.json Update versions file 2020-04-20 20:46:29 +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 archive from github releases page, extract it and run .exe file.

If the app fails to start with missing dll's error then install vs_redist*.exe from the release archive. If you have any update errors related to SSL/TLS you should also install or repair vcredist 2010 (from the Microsoft website).

Linux: download .AppImage file from github releases, make executable (chmod +x <file>) and run it.

OS X: currently not supported.

Setup

Start the app, open the updates page of the settings window and install required recognition languages, translators and, optionally, hunspell dictionaries.

After languages/translators installation set default recognition and translation languages, enable some (or all) translators and the translate text setting if needed.

Usage

  1. Run program (note that it doesn't have main window).
  2. Press capture hotkey.
  3. Select region on screen. Customize it if needed.
  4. Get translation of recognized text.
  5. Check for updates if something is not working.

Limitations

  • Can not capture some dynamic web-pages/full screen applications

Dependencies

Attributions