Reformat readme

This commit is contained in:
Gres 2020-03-06 20:02:59 +03:00
parent 4d6f5857c0
commit fd45105dc7

View File

@ -1,17 +1,11 @@
[![Build Status](https://travis-ci.org/OneMoreGres/ScreenTranslator.svg)](https://travis-ci.org/OneMoreGres/ScreenTranslator.svg) # Screen Translator
[![appveyor](https://img.shields.io/appveyor/ci/OneMoreGres/ScreenTranslator.svg)](https://img.shields.io/appveyor/ci/OneMoreGres/ScreenTranslator.svg)
## Introduction
Screen Translator
=================
Introduction
------------
This software allows you to translate any text on screen. This software allows you to translate any text on screen.
Basically it is a combination of screen capture, OCR and translation tools. Basically it is a combination of screen capture, OCR and translation tools.
Installation ## Installation
------------
**Windows**: download and run the installer from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases) page. **Windows**: download and run the installer from [github releases](https://github.com/OneMoreGres/ScreenTranslator/releases) page.
@ -20,16 +14,16 @@ Also download [data files](https://github.com/tesseract-ocr/tessdata/tree/3.04.0
**OS X**: currently not supported. **OS X**: currently not supported.
Usage ## Usage
-----
1. Run program (note that it doesn't have main window). 1. Run program (note that it doesn't have main window).
2. Press capture hotkey. 2. Press capture hotkey.
3. Select region on screen. 3. Select region on screen.
4. Get translation of recognized text. 4. Get translation of recognized text.
5. Check for updates if something not working. 5. Check for updates if something not working.
Features ## Features
--------
* Many OCR languages (can be modified dynamically) * Many OCR languages (can be modified dynamically)
* Global hotkeys for main actions * Global hotkeys for main actions
* Copy last translation to clipboard * Copy last translation to clipboard
@ -38,15 +32,14 @@ Features
* Preprocess (scale) recognizeable image * Preprocess (scale) recognizeable image
* Interface languages (ru, eng) * Interface languages (ru, eng)
## Limitations
Limitations
-----------
* Can not capture some dynamic web-pages * Can not capture some dynamic web-pages
* Not very precise OCR * Not very precise OCR
* Not all functions are cross-platform (may be bugged on some systems) * Not all functions are cross-platform (may be bugged on some systems)
Dependencies ## Dependencies
------------
* see [Qt 5](http://qt-project.org/) * see [Qt 5](http://qt-project.org/)
* see [Tesseract](https://code.google.com/p/tesseract-ocr/) * see [Tesseract](https://code.google.com/p/tesseract-ocr/)
* see [Leptonica](http://leptonica.com/) * see [Leptonica](http://leptonica.com/)