Go to file
2020-05-02 19:20:45 +03:00
.github Rename artifacts 2020-05-02 19:20:45 +03:00
external Add support of zip archived components 2020-04-20 20:46:29 +03:00
share Add alternative tesseract builds 2020-05-02 18:53:11 +03:00
src Update help message 2020-05-02 11:21:05 +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 ability to show debug page from translator window 2020-04-20 20:46:29 +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.

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

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. 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