Skip to content

Commit 0d9cdbe

Browse files
stweilzdenop
authored andcommitted
README: Use CamelCase for GitHub (#1357)
Fix also some whitespace issues. Signed-off-by: Stefan Weil <[email protected]>
1 parent 068d43d commit 0d9cdbe

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Tesseract OCR
2-
2+
33
[![Build Status](https://travis-ci.org/tesseract-ocr/tesseract.svg?branch=master)](https://travis-ci.org/tesseract-ocr/tesseract)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/miah0ikfsf0j3819/branch/master?svg=true)](https://ci.appveyor.com/project/zdenop/tesseract/)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/miah0ikfsf0j3819/branch/master?svg=true)](https://ci.appveyor.com/project/zdenop/tesseract/)
55
[![Coverity Scan Build Status](https://scan.coverity.com/projects/tesseract-ocr/badge.svg)](https://scan.coverity.com/projects/tesseract-ocr)
66
[![Insight.io](https://www.insight.io/repoBadge/github.com/tesseract-ocr/tesseract)](https://insight.io/github.com/tesseract-ocr/tesseract)
77

@@ -10,19 +10,19 @@
1010

1111
This package contains an **OCR engine** - `libtesseract` and a **command line program** - `tesseract`.
1212

13-
The lead developer is Ray Smith. The maintainer is Zdenko Podobny.
13+
The lead developer is Ray Smith. The maintainer is Zdenko Podobny.
1414
For a list of contributors see [AUTHORS](https://github.com/tesseract-ocr/tesseract/blob/master/AUTHORS)
1515
and GitHub's log of [contributors](https://github.com/tesseract-ocr/tesseract/graphs/contributors).
1616

17-
Tesseract has **unicode (UTF-8) support**, and can **recognize more than 100 languages** "out of the box".
17+
Tesseract has **unicode (UTF-8) support**, and can **recognize more than 100 languages** "out of the box".
1818

1919
Tesseract supports **various output formats**: plain-text, hocr(html), pdf, tsv, invisible-text-only pdf.
2020

2121
You should note that in many cases, in order to get better OCR results, you'll need to **[improve the quality](https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality) of the image** you are giving Tesseract.
2222

2323
This project **does not include a GUI application**. If you need one, please see the [3rdParty](https://github.com/tesseract-ocr/tesseract/wiki/User-Projects-%E2%80%93-3rdParty) wiki page.
2424

25-
Tesseract **can be trained to recognize other languages**. See [Tesseract Training](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract) for more information.
25+
Tesseract **can be trained to recognize other languages**. See [Tesseract Training](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract) for more information.
2626

2727
## Brief history
2828

@@ -31,9 +31,9 @@ at Hewlett-Packard Co, Greeley Colorado between 1985 and 1994, with some
3131
more changes made in 1996 to port to Windows, and some C++izing in 1998.
3232
In 2005 Tesseract was open sourced by HP. Since 2006 it is developed by Google.
3333

34-
The latest stable version is **[3.05.01](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.01)**, released on June 1, 2017. Latest source code for 3.05 is available from [3.05 branch on github](https://github.com/tesseract-ocr/tesseract/tree/3.05).
34+
The latest stable version is **[3.05.01](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.01)**, released on June 1, 2017. Latest source code for 3.05 is available from [3.05 branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/3.05).
3535

36-
Source code for the new **[LSTM based 4.00.00alpha version](https://github.com/tesseract-ocr/tesseract)** is available from the master branch on github. Please note this branch is under active development.
36+
Source code for the new **[LSTM based 4.00.00alpha version](https://github.com/tesseract-ocr/tesseract)** is available from the master branch on GitHub. Please note this branch is under active development.
3737

3838
See **[Release Notes](https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes)** and **[Change Log](https://github.com/tesseract-ocr/tesseract/blob/master/ChangeLog)** for more details of the releases.
3939

@@ -55,7 +55,7 @@ Basic **[command line usage](https://github.com/tesseract-ocr/tesseract/wiki/Com
5555

5656
tesseract imagename outputbase [-l lang] [--oem ocrenginemode] [--psm pagesegmode] [configfiles...]
5757

58-
For more information about the various command line options use `tesseract --help` or `man tesseract`.
58+
For more information about the various command line options use `tesseract --help` or `man tesseract`.
5959

6060
## For developers
6161

@@ -70,8 +70,8 @@ Before you submit an issue, please review **[the guidelines for this repository]
7070
For support, first read the [Wiki](https://github.com/tesseract-ocr/tesseract/wiki), particularly the [FAQ](https://github.com/tesseract-ocr/tesseract/wiki/FAQ) to see if your problem is addressed there. If not, search the [Tesseract user forum](https://groups.google.com/d/forum/tesseract-ocr), the [Tesseract developer forum](https://groups.google.com/d/forum/tesseract-dev) and [past issues](https://github.com/tesseract-ocr/tesseract/issues), and if you still can't find what you need, ask for support in the mailing-lists.
7171

7272
Mailing-lists:
73-
* [tesseract-ocr](https://groups.google.com/d/forum/tesseract-ocr) - For tesseract users.
74-
* [tesseract-dev](https://groups.google.com/d/forum/tesseract-dev) - For tesseract developers.
73+
* [tesseract-ocr](https://groups.google.com/d/forum/tesseract-ocr) - For tesseract users.
74+
* [tesseract-dev](https://groups.google.com/d/forum/tesseract-dev) - For tesseract developers.
7575

7676
Please report an issue only for a **bug**, not for asking questions.
7777

@@ -94,6 +94,5 @@ Please report an issue only for a **bug**, not for asking questions.
9494
## Latest Version of README
9595

9696
For the latest online version of the README.md see:
97-
97+
9898
https://github.com/tesseract-ocr/tesseract/blob/master/README.md
99-

0 commit comments

Comments
 (0)