Go to file
2015-09-29 19:21:38 +03:00
3rd-party Added dependencies preparation scripts. 2015-09-29 19:21:38 +03:00
distr Updated readme. 2015-06-29 20:34:20 +03:00
images Updated icon. 2014-04-03 20:46:58 +04:00
translations Translation updated. 2015-06-29 20:27:05 +03:00
.gitignore Added dependencies preparation scripts. 2015-09-29 19:21:38 +03:00
app.rc app icon added 2013-11-24 17:44:04 +04:00
GlobalActionHelper.cpp Trigger action only if it is enabled. 2015-09-27 18:58:06 +03:00
GlobalActionHelper.h Trigger action only if it is enabled. 2015-09-27 18:58:06 +03:00
GoogleWebTranslator.cpp Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
GoogleWebTranslator.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
ImageProcessing.cpp Check for available memory on linux too. 2015-09-28 22:12:38 +03:00
ImageProcessing.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
LanguageHelper.cpp Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
LanguageHelper.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
LICENSE.md License added 2014-02-08 07:22:03 -08:00
main.cpp Allow only 1 application instance. 2015-09-23 20:51:20 +03:00
Manager.cpp Added possibility to capture image from last used screenshot (SelectionDialog). 2015-09-29 18:14:56 +03:00
Manager.h Added possibility to capture image from last used screenshot (SelectionDialog). 2015-09-29 18:14:56 +03:00
ProcessingItem.cpp Added only OCR mode (without translation). 2015-09-29 15:34:01 +03:00
ProcessingItem.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
README.md README added 2014-02-08 18:04:42 +04:00
Recognizer.cpp Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
Recognizer.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
Recources.qrc Translations added to resources 2014-04-03 20:46:15 +04:00
ResultDialog.cpp Activate selection and result dialogs when showing. 2015-09-29 18:11:00 +03:00
ResultDialog.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
ResultDialog.ui Better support of only OCR mode (cosmetic). 2015-09-29 16:24:20 +03:00
ScreenTranslator.pro Build configuration updated (now also includes linux builds). 2015-09-27 18:16:37 +03:00
SelectionDialog.cpp Activate selection and result dialogs when showing. 2015-09-29 18:11:00 +03:00
SelectionDialog.h Added base support of multi-screen systems. 2015-09-27 20:50:19 +03:00
SelectionDialog.ui cursor changed 2013-11-24 17:15:20 +04:00
Settings.h Added possibility to capture image from last used screenshot (SelectionDialog). 2015-09-29 18:14:56 +03:00
SettingsEditor.cpp Added possibility to capture image from last used screenshot (SelectionDialog). 2015-09-29 18:14:56 +03:00
SettingsEditor.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
SettingsEditor.ui Added possibility to capture image from last used screenshot (SelectionDialog). 2015-09-29 18:14:56 +03:00
StAssert.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
Translator.cpp Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
Translator.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
uncrustify.cfg Code formatting with uncrustify. 2015-09-22 21:41:08 +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.

Usage

  1. Press capture hotkey.
  2. Select region on screen.
  3. Get translation of recognized text.

Features

  • Many OCR languages (can be modified dynamicly)
  • 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

  • Works only on primary screen
  • Can not capture some dynamic web-pages
  • Not very precise OCR (need better preprocessing steps)

Used software