ScreenTranslator/README.md

41 lines
1.2 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
2020-03-29 16:01:44 +07:00
**Windows**: download archive from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases) page, extract it and run `.exe` file.
2018-04-14 01:39:34 +07:00
2020-03-29 16:01:44 +07:00
**Linux**: download `.AppImage` file from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases), make executable (`chmod +x <file>`) and run it.
2018-04-14 01:39:34 +07:00
**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.
2020-03-29 16:01:44 +07:00
3. Select region on screen. Customize it if needed.
2018-04-14 01:39:34 +07:00
4. Get translation of recognized text.
2020-03-29 16:01:44 +07:00
5. Check for updates if something is not working.
2014-02-08 21:04:42 +07:00
2020-03-07 00:02:59 +07:00
## Limitations
2014-02-08 21:04:42 +07:00
2020-03-29 16:01:44 +07:00
* Can not capture some dynamic web-pages/full screen applications
2014-02-08 21:04:42 +07:00
2020-03-07 00:02:59 +07:00
## Dependencies
2020-03-29 16:01:44 +07:00
* see [Qt 5](https://qt-project.org/)
* see [Tesseract](https://github.com/tesseract-ocr/tesseract/)
* see [Leptonica](https://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),
[Freepik](https://www.flaticon.com/authors/freepik),
from [Flaticon](https://www.flaticon.com/)