2014-02-08 21:04:42 +07: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
|
|
|
|
--------
|
2015-10-10 03:36:58 +07:00
|
|
|
* Many OCR languages (can be modified dynamically)
|
2014-02-08 21:04:42 +07:00
|
|
|
* 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
|
2015-10-10 03:36:58 +07:00
|
|
|
* Not very precise OCR
|
2014-02-08 21:04:42 +07:00
|
|
|
|
|
|
|
Used software
|
|
|
|
-------------
|
|
|
|
* see [Qt 5](http://qt-project.org/)
|
|
|
|
* see [Tesseract](https://code.google.com/p/tesseract-ocr/)
|
|
|
|
* see [Leptonica](http://leptonica.com/) (Tesseract dependency)
|
|
|
|
* Google Translate
|
|
|
|
|