| 
				 | 
			||
|---|---|---|
| images | ||
| translations | ||
| .gitignore | ||
| app.rc | ||
| GlobalActionHelper.cpp | ||
| GlobalActionHelper.h | ||
| ImageProcessing.cpp | ||
| ImageProcessing.h | ||
| LanguageHelper.cpp | ||
| LanguageHelper.h | ||
| LICENSE.md | ||
| main.cpp | ||
| Manager.cpp | ||
| Manager.h | ||
| ProcessingItem.cpp | ||
| ProcessingItem.h | ||
| README.md | ||
| Recognizer.cpp | ||
| Recognizer.h | ||
| Recources.qrc | ||
| ResultDialog.cpp | ||
| ResultDialog.h | ||
| ResultDialog.ui | ||
| ScreenTranslator.pro | ||
| SelectionDialog.cpp | ||
| SelectionDialog.h | ||
| SelectionDialog.ui | ||
| Settings.h | ||
| SettingsEditor.cpp | ||
| SettingsEditor.h | ||
| SettingsEditor.ui | ||
| Translator.cpp | ||
| Translator.h | ||
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
- Press capture hotkey.
 - Select region on screen.
 - 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)