Go to file
2015-09-27 18:58:50 +03:00
3rd-party/qtsingleapplication Allow only 1 application instance. 2015-09-23 20:51:20 +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 distr files inore 2014-04-11 23:13:48 +04: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 Code formatting with uncrustify. 2015-09-22 21:41:08 +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 Disable actions when settings editor is active. 2015-09-27 18:58:50 +03:00
Manager.h Disable actions when settings editor is active. 2015-09-27 18:58:50 +03:00
ProcessingItem.cpp Code formatting with uncrustify. 2015-09-22 21:41:08 +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 Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
ResultDialog.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
ResultDialog.ui Use of ResultDialog and ProcessingItem 2013-11-26 10:44:00 +04:00
ScreenTranslator.pro Build configuration updated (now also includes linux builds). 2015-09-27 18:16:37 +03:00
SelectionDialog.cpp Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
SelectionDialog.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
SelectionDialog.ui cursor changed 2013-11-24 17:15:20 +04:00
Settings.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
SettingsEditor.cpp Use QKeySequenceEdit in settings. 2015-09-27 18:57:50 +03:00
SettingsEditor.h Code formatting with uncrustify. 2015-09-22 21:41:08 +03:00
SettingsEditor.ui Use QKeySequenceEdit in settings. 2015-09-27 18:57:50 +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