Go to file
2015-10-20 23:26:59 +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 Icons updated. Now use 4 icon types depending on internal state. 2015-10-10 19:07:25 +03:00
translations Translations updated. 2015-10-11 18:34:24 +03:00
translators Added and updated translators. 2015-10-09 23:35:37 +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
ImageProcessing.cpp Image conversion optimization. 2015-10-11 19:51:37 +03:00
ImageProcessing.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
LanguageHelper.cpp Updated ocr<->translation codes functions. 2015-10-10 21:01:19 +03:00
LanguageHelper.h Updated ocr<->translation codes functions. 2015-10-10 21:01:19 +03:00
LICENSE.md License year changed. 2015-10-20 23:26:59 +03:00
main.cpp Allow only 1 application instance. 2015-09-23 20:51:20 +03:00
Manager.cpp Added ability to auto-update some components. 2015-10-20 23:26:59 +03:00
Manager.h Added ability to auto-update some components. 2015-10-20 23:26:59 +03:00
ProcessingItem.cpp Added ability to swap translation/ocr languages. 2015-10-10 21:05:12 +03:00
ProcessingItem.h Added ability to swap translation/ocr languages. 2015-10-10 21:05:12 +03:00
README.md Readme update. 2015-10-09 23:36:58 +03:00
Recognizer.cpp Manager now sets ocrLanguage instead of recognizer. Last one checks input item for validity. 2015-10-10 21:04:28 +03:00
Recognizer.h Added ability to automatically fix defined recognition errors. 2015-10-10 13:33:18 +03:00
RecognizerHelper.cpp Recognizer substitutions now placed in user's home dir. 2015-10-20 23:26:59 +03:00
RecognizerHelper.h Added ability to automatically fix defined recognition errors. 2015-10-10 13:33:18 +03:00
Recources.qrc Added Updater class. 2015-10-20 23:26:59 +03:00
ResultDialog.cpp Added qss to ResultDialog. 2015-10-10 19:39:38 +03:00
ResultDialog.h Added ability to copy selected image to clipboard. 2015-10-10 00:20:14 +03:00
ResultDialog.ui Better support of only OCR mode (cosmetic). 2015-09-29 16:24:20 +03:00
ScreenTranslator.pro Added Updater class. 2015-10-20 23:26:59 +03:00
SelectionDialog.cpp Memory leaks and "leaks" fixes. 2015-10-11 18:33:55 +03:00
SelectionDialog.h Added ability to swap translation/ocr languages. 2015-10-10 21:05:12 +03:00
SelectionDialog.ui cursor changed 2013-11-24 17:15:20 +04:00
Settings.h Edit update settings. 2015-10-20 23:26:59 +03:00
SettingsEditor.cpp Edit update settings. 2015-10-20 23:26:59 +03:00
SettingsEditor.h Edit update settings. 2015-10-20 23:26:59 +03:00
SettingsEditor.ui Edit update settings. 2015-10-20 23:26:59 +03:00
StAssert.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
TranslatorHelper.cpp Added TranslatorHelper class. 2015-10-09 23:35:37 +03:00
TranslatorHelper.h Added TranslatorHelper class. 2015-10-09 23:35:37 +03:00
uncrustify.cfg Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
Updater.cpp Added Updater class. 2015-10-20 23:26:59 +03:00
Updater.h Added Updater class. 2015-10-20 23:26:59 +03:00
Utils.cpp Proxy fix. 2015-10-11 18:33:19 +03:00
Utils.h Proxy fix. 2015-10-11 18:33:19 +03:00
version.json Added Updater class. 2015-10-20 23:26:59 +03:00
WebTranslator.cpp ProcessingItem finishes its way to Manager even if there are errors on the way. 2015-10-10 19:05:38 +03:00
WebTranslator.h Added support of several translators. 2015-10-09 23:35:37 +03:00
WebTranslatorProxy.cpp Added WebTranslator class. 2015-10-08 18:43:27 +03:00
WebTranslatorProxy.h Removed script error message support. Now it should return empty result if fails. 2015-10-09 23:35:37 +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 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

  • Works only on primary screen
  • Can not capture some dynamic web-pages
  • Not very precise OCR

Used software