Skip to content

Commit 386dd8a

Browse files
committed
Update (master branch was renamed to main)
Signed-off-by: Stefan Weil <[email protected]>
1 parent 60fd2b4 commit 386dd8a

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Before you submit an issue, please review [the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/master/CONTRIBUTING.md).
1+
Before you submit an issue, please review [the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/main/CONTRIBUTING.md).
22

33
Please report an issue only for a BUG, not for asking questions.
44

.github/workflows/cmake-win64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
git clone --depth 1 https://github.com/tesseract-ocr/tessconfigs
134134
mkdir d:/a/local/share
135135
move tessconfigs d:/a/local/share
136-
curl -L https://github.com/tesseract-ocr/tessdata/raw/master/eng.traineddata --output d:/a/local/share/tessconfigs/eng.traineddata
137-
curl -L https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata --output d:/a/local/share/tessconfigs/osd.traineddata
136+
curl -L https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata --output d:/a/local/share/tessconfigs/eng.traineddata
137+
curl -L https://github.com/tesseract-ocr/tessdata/raw/main/osd.traineddata --output d:/a/local/share/tessconfigs/osd.traineddata
138138
set TESSDATA_PREFIX=d:/a/local/share/tessconfigs
139139
set PATH=d:/a/local/bin;%PATH%
140140
tesseract -v

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '34 23 * * 2'
2222

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: msys2
2-
# msys2 build for tesseract -head from master branch.
2+
# msys2 build for tesseract -head from main branch.
33
on:
44
#push:
55
schedule:

.github/workflows/vcpkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [windows-2019]
1616

1717
steps:
18-
- name: Checkout Tesseract Source (--head from master branch)
18+
- name: Checkout Tesseract Source (--head from main branch)
1919
uses: actions/checkout@v2
2020
with:
2121
submodules: recursive
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
vcpkg/vcpkg install leptonica:x64-windows
3737
38-
- name: Configure and Build Tesseract (--head from master branch) with cmake
38+
- name: Configure and Build Tesseract (--head from main branch) with cmake
3939
run: |
4040
cmake . -B build -DCMAKE_BUILD_TYPE=Release -DSW_BUILD=OFF -DOPENMP_BUILD=OFF -DBUILD_TRAINING_TOOLS=OFF "-DCMAKE_TOOLCHAIN_FILE=${env:GITHUB_WORKSPACE}/vcpkg/scripts/buildsystems/vcpkg.cmake"
4141
cmake --build build --config Release --target install

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/tesseract-ocr/tesseract.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tesseract-ocr/tesseract/alerts)
99
[![OSS-Fuzz](https://img.shields.io/badge/oss--fuzz-fuzzing-brightgreen)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=2&q=proj:tesseract-ocr)
1010
<br/>
11-
[![GitHub license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://raw.githubusercontent.com/tesseract-ocr/tesseract/master/LICENSE)
11+
[![GitHub license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://raw.githubusercontent.com/tesseract-ocr/tesseract/main/LICENSE)
1212
[![Downloads](https://img.shields.io/badge/download-all%20releases-brightgreen.svg)](https://github.com/tesseract-ocr/tesseract/releases/)
1313

1414
## About
@@ -22,12 +22,12 @@ It also needs [traineddata](https://tesseract-ocr.github.io/tessdoc/Data-Files.h
2222
those from the tessdata repository.
2323

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

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

30-
Tesseract supports **various output formats**: plain text, hOCR (HTML), PDF, invisible-text-only PDF, TSV. The master branch also has experimental support for ALTO (XML) output.
30+
Tesseract supports **various output formats**: plain text, hOCR (HTML), PDF, invisible-text-only PDF, TSV. The main branch also has experimental support for ALTO (XML) output.
3131

3232
You should note that in many cases, in order to get better OCR results,
3333
you'll need to **[improve the quality](https://tesseract-ocr.github.io/tessdoc/ImproveQuality.html) of the image** you are giving Tesseract.
@@ -46,15 +46,15 @@ more changes made in 1996 to port to Windows, and some C++izing in 1998.
4646
In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by Google.
4747

4848
The latest (LSTM based) stable version is **[4.1.1](https://github.com/tesseract-ocr/tesseract/releases/tag/4.1.1)**, released on December 26, 2019.
49-
Latest source code is available from [master branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/master).
49+
Latest source code is available from [main branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/main).
5050
Open issues can be found in [issue tracker](https://github.com/tesseract-ocr/tesseract/issues),
5151
and [planning documentation](https://tesseract-ocr.github.io/tessdoc/Planning.html).
5252

5353
The latest 3.0x version is **[3.05.02](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.02)**, released on June 19, 2018. Latest source code for 3.05 is available from [3.05 branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/3.05).
5454
There is no development for this version, but it can be used for special cases (e.g. see [Regression of features from 3.0x](https://tesseract-ocr.github.io/tessdoc/Planning.html#regression-of-features-from-30x)).
5555

5656
See **[Release Notes](https://tesseract-ocr.github.io/tessdoc/ReleaseNotes.html)**
57-
and **[Change Log](https://github.com/tesseract-ocr/tesseract/blob/master/ChangeLog)** for more details of the releases.
57+
and **[Change Log](https://github.com/tesseract-ocr/tesseract/blob/main/ChangeLog)** for more details of the releases.
5858

5959
## Installing Tesseract
6060

@@ -75,16 +75,16 @@ Examples can be found in the [documentation](https://tesseract-ocr.github.io/tes
7575

7676
## For developers
7777

78-
Developers can use `libtesseract` [C](https://github.com/tesseract-ocr/tesseract/blob/master/include/tesseract/capi.h) or
79-
[C++](https://github.com/tesseract-ocr/tesseract/blob/master/include/tesseract/baseapi.h) API to build their own application.
78+
Developers can use `libtesseract` [C](https://github.com/tesseract-ocr/tesseract/blob/main/include/tesseract/capi.h) or
79+
[C++](https://github.com/tesseract-ocr/tesseract/blob/main/include/tesseract/baseapi.h) API to build their own application.
8080
If you need bindings to `libtesseract` for other programming languages, please see the
8181
[wrapper](https://tesseract-ocr.github.io/tessdoc/AddOns.html#tesseract-wrappers) section in the AddOns documentation.
8282

8383
Documentation of Tesseract generated from source code by doxygen can be found on [tesseract-ocr.github.io](https://tesseract-ocr.github.io/).
8484

8585
## Support
8686

87-
Before you submit an issue, please review **[the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/master/CONTRIBUTING.md)**.
87+
Before you submit an issue, please review **[the guidelines for this repository](https://github.com/tesseract-ocr/tesseract/blob/main/CONTRIBUTING.md)**.
8888

8989
For support, first read the [documentation](https://tesseract-ocr.github.io/tessdoc/),
9090
particularly the [FAQ](https://tesseract-ocr.github.io/tessdoc/FAQ.html) to see if your problem is addressed there.
@@ -127,4 +127,4 @@ It is suggested to use leptonica with built-in support for [zlib](https://zlib.n
127127

128128
For the latest online version of the README.md see:
129129

130-
https://github.com/tesseract-ocr/tesseract/blob/master/README.md
130+
https://github.com/tesseract-ocr/tesseract/blob/main/README.md

doc/tesseract.1.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Version 2.00 brought Unicode (UTF-8) support, six languages, and the ability
432432
to train Tesseract.
433433
434434
Tesseract was included in UNLV's Fourth Annual Test of OCR Accuracy.
435-
See <https://github.com/tesseract-ocr/docs/blob/master/AT-1995.pdf>.
435+
See <https://github.com/tesseract-ocr/docs/blob/main/AT-1995.pdf>.
436436
Since Tesseract 2.00,
437437
scripts are now included to allow anyone to reproduce some of these tests.
438438
See <https://tesseract-ocr.github.io/tessdoc/TestingTesseract.html> for more
@@ -482,7 +482,7 @@ Romano, Ray Smith, Rika Antonova, Robert Moss, Samuel Charron, Sheelagh
482482
Lloyd, Shobhit Saxena, and Thomas Kielbus.
483483

484484
For a list of contributors see
485-
<https://github.com/tesseract-ocr/tesseract/blob/master/AUTHORS>.
485+
<https://github.com/tesseract-ocr/tesseract/blob/main/AUTHORS>.
486486

487487
COPYING
488488
-------

0 commit comments

Comments
 (0)