Go to file
Gres 475b9b380c README added
translation support added
2014-02-08 18:04:42 +04:00
images icon again 2013-11-24 17:44:20 +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
main.cpp README added 2014-02-08 18:04:42 +04:00
Manager.cpp email changed 2014-01-29 22:17:32 +04:00
Manager.h ProcessingItem added 2013-11-26 20:59:47 +04:00
ProcessingItem.cpp ProcessingItem added 2013-11-26 20:59:47 +04:00
ProcessingItem.h ProcessingItem added 2013-11-26 20:59:47 +04:00
README.md README added 2014-02-08 18:04:42 +04:00
Recognizer.cpp ProcessingItem added 2013-11-26 20:59:47 +04:00
Recognizer.h Use of ResultDialog and ProcessingItem 2013-11-26 10:44:00 +04:00
Recources.qrc in progress 2013-11-23 10:48:34 +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 README added 2014-02-08 18:04:42 +04:00
SelectionDialog.cpp Use of ResultDialog and ProcessingItem 2013-11-26 10:44:00 +04:00
SelectionDialog.h Use of ResultDialog and ProcessingItem 2013-11-26 10:44:00 +04:00
SelectionDialog.ui cursor changed 2013-11-24 17:15:20 +04:00
Settings.h ProcessingItem added 2013-11-26 20:59:47 +04:00
SettingsEditor.cpp add / to tessdata path on ocr lang init 2013-11-28 12:55:23 +04:00
SettingsEditor.h ProcessingItem added 2013-11-26 20:59:47 +04:00
SettingsEditor.ui ProcessingItem added 2013-11-26 20:59:47 +04:00
Translator.cpp ProcessingItem added 2013-11-26 20:59:47 +04:00
Translator.h Use of ResultDialog and ProcessingItem 2013-11-26 10:44:00 +04: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