ScreenTranslator/README.md

52 lines
1.5 KiB
Markdown
Raw Normal View History

2020-03-07 00:02:59 +07:00
# Screen Translator
2017-08-05 20:18:59 +07:00
2020-03-07 00:02:59 +07:00
## Introduction
2015-10-25 20:22:37 +07:00
2014-02-08 21:04:42 +07:00
This software allows you to translate any text on screen.
Basically it is a combination of screen capture, OCR and translation tools.
2020-03-07 00:02:59 +07:00
## Installation
2018-04-14 01:39:34 +07:00
**Windows**: download and run the installer from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases) page.
**Linux**: install dependencies and build from source (edit .pro, qmake && make).
Also download [data files](https://github.com/tesseract-ocr/tessdata/tree/3.04.00) for tesseract.
**OS X**: currently not supported.
2020-03-07 00:02:59 +07:00
## Usage
2018-04-14 01:39:34 +07:00
1. Run program (note that it doesn't have main window).
2. Press capture hotkey.
3. Select region on screen.
4. Get translation of recognized text.
2020-02-21 00:50:53 +07:00
5. Check for updates if something not working.
2014-02-08 21:04:42 +07:00
2020-03-07 00:02:59 +07:00
## 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)
2020-03-07 00:02:59 +07:00
## Limitations
2014-02-08 21:04:42 +07:00
* Can not capture some dynamic web-pages
2015-10-10 03:36:58 +07:00
* Not very precise OCR
2015-10-25 18:05:06 +07:00
* Not all functions are cross-platform (may be bugged on some systems)
2014-02-08 21:04:42 +07:00
2020-03-07 00:02:59 +07:00
## Dependencies
2014-02-08 21:04:42 +07:00
* see [Qt 5](http://qt-project.org/)
* see [Tesseract](https://code.google.com/p/tesseract-ocr/)
2018-04-14 01:39:34 +07:00
* see [Leptonica](http://leptonica.com/)
2015-10-25 18:05:06 +07:00
* several online translation services
## Attributions
* icons made by [Smashicons](https://www.flaticon.com/authors/smashicons)
from [Flaticon](https://www.flaticon.com/)