Go to file
2015-04-11 12:03:52 +03:00
distr Changelogs updated. 2015-04-11 12:03:52 +03:00
images Updated icon. 2014-04-03 20:46:58 +04:00
translations Ui translation. 2015-04-11 12:02:12 +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 works 2013-11-24 16:43:37 +04:00
GlobalActionHelper.h works 2013-11-24 16:43:37 +04:00
GoogleWebTranslator.cpp Added translator that uses google trnslation web page instead of direct API. 2015-04-11 12:01:10 +03:00
GoogleWebTranslator.h Added translator that uses google trnslation web page instead of direct API. 2015-04-11 12:01:10 +03:00
ImageProcessing.cpp Check available memory and correct scale factor on windows 2014-04-11 22:52:03 +04:00
ImageProcessing.h Use Leptonica for image proprocessing. 2014-03-30 18:40:18 +04:00
LanguageHelper.cpp Wrong tessdata path update fix. 2014-04-04 19:08:51 +04:00
LanguageHelper.h Update languages on tessdata path edition. 2014-04-04 19:01:04 +04:00
LICENSE.md License added 2014-02-08 07:22:03 -08:00
main.cpp Always use translation. English is default. 2014-04-03 20:46:44 +04:00
Manager.cpp trying to quit threads on quit 2014-04-04 19:03:53 +04:00
Manager.h LanguageHelper added 2014-04-04 18:39:10 +04:00
ProcessingItem.cpp ProcessingItem added 2013-11-26 20:59:47 +04:00
ProcessingItem.h LanguageHelper added 2014-04-04 18:39:10 +04:00
README.md README added 2014-02-08 18:04:42 +04:00
Recognizer.cpp Use selected language in selection dialog if any. 2014-04-11 22:51:31 +04:00
Recognizer.h Use selected language in selection dialog if any. 2014-04-11 22:51:31 +04:00
Recources.qrc Translations added to resources 2014-04-03 20:46:15 +04:00
ResultDialog.cpp adjust invisible size 2013-11-27 23:15:21 +04:00
ResultDialog.h Use of ResultDialog and ProcessingItem 2013-11-26 10:44:00 +04:00
ResultDialog.ui Use of ResultDialog and ProcessingItem 2013-11-26 10:44:00 +04:00
ScreenTranslator.pro Dynamic libs linking. 2015-04-11 12:02:55 +03:00
SelectionDialog.cpp Allow select ocr language in SelectionDialog. 2014-04-04 18:40:37 +04:00
SelectionDialog.h Allow select ocr language in SelectionDialog. 2014-04-04 18:40:37 +04:00
SelectionDialog.ui cursor changed 2013-11-24 17:15:20 +04:00
Settings.h Human readable language names 2014-03-30 14:56:48 +04:00
SettingsEditor.cpp Update languages on tessdata path edition. 2014-04-04 19:01:04 +04:00
SettingsEditor.h Update languages on tessdata path edition. 2014-04-04 19:01:04 +04:00
SettingsEditor.ui ProcessingItem added 2013-11-26 20:59:47 +04:00
Translator.cpp Added use of alternative translation method. 2015-04-11 12:02:01 +03:00
Translator.h Added use of alternative translation method. 2015-04-11 12:02:01 +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