From fd45105dc749973850d26a49d71b855002eda168 Mon Sep 17 00:00:00 2001 From: Gres Date: Fri, 6 Mar 2020 20:02:59 +0300 Subject: [PATCH] Reformat readme --- README.md | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d478ddc..cc6f4dc 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,11 @@ -[![Build Status](https://travis-ci.org/OneMoreGres/ScreenTranslator.svg)](https://travis-ci.org/OneMoreGres/ScreenTranslator.svg) -[![appveyor](https://img.shields.io/appveyor/ci/OneMoreGres/ScreenTranslator.svg)](https://img.shields.io/appveyor/ci/OneMoreGres/ScreenTranslator.svg) +# Screen Translator +## Introduction -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. -Installation ------------- +## Installation **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. -Usage ------ +## Usage + 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. 5. Check for updates if something not working. -Features --------- +## Features + * Many OCR languages (can be modified dynamically) * Global hotkeys for main actions * Copy last translation to clipboard @@ -38,15 +32,14 @@ Features * Preprocess (scale) recognizeable image * Interface languages (ru, eng) +## Limitations -Limitations ------------ * Can not capture some dynamic web-pages * Not very precise OCR * Not all functions are cross-platform (may be bugged on some systems) -Dependencies ------------- +## Dependencies + * see [Qt 5](http://qt-project.org/) * see [Tesseract](https://code.google.com/p/tesseract-ocr/) * see [Leptonica](http://leptonica.com/)