Skip to content

Commit

Permalink
change links from code.google.com to github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jul 11, 2015
1 parent ec9581d commit bf3f125
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions INSTALL.GIT
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ So, the steps for making Tesseract are:

You need to install at least English language data file to TESSDATA_PREFIX
directory. All language data files can be retrieved from git repository:
$ git clone https://code.google.com/p/tesseract-ocr.tessdata/ tessdata
$ git clone https://github.com/tesseract-ocr/tessdata.git tesseract-ocr.tessdata
(Repository it huge - more that 1.2Gb. You do not need to download
all languages)

To compile ScrollView.jar you need to download piccolo2d-core-3.0.jar
and piccolo2d-extras-3.0.jar[1] and place them to tesseract/java.
Expand All @@ -35,10 +37,9 @@ Than run:
and follow instruction on Viewer Debugging wiki[2].

[1] http://search.maven.org/#search|ga|1|g%3A%22org.piccolo2d%22
[2] http://code.google.com/p/tesseract-ocr/wiki/ViewerDebugging

[2] https://github.com/tesseract-ocr/tesseract/wiki/ViewerDebugging

WINDOWS
=======

Please read vs2008/doc/index.html and http://vorba.ch/2014/tesseract-3.03-vs2013.html
Please read http://vorba.ch/2014/tesseract-3.03-vs2013.html
2 changes: 1 addition & 1 deletion tesseract.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ includedir=@includedir@

Name: @PACKAGE_NAME@
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
URL: https://code.google.com/p/tesseract-ocr
URL: https://github.com/tesseract-ocr/tesseract
Version: @VERSION@
Requires.private: lept
Libs: -L${libdir} -ltesseract
Expand Down
2 changes: 1 addition & 1 deletion training/tesstrain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# This script provides an easy way to execute various phases of training
# Tesseract. For a detailed description of the phases, see
# https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3
# https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
#
# USAGE:
#
Expand Down
2 changes: 1 addition & 1 deletion training/tesstrain_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# This script defines functions that are used by tesstrain.sh
# For a detailed description of the phases, see
# https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3
# https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
#
# USAGE: source tesstrain_utils.sh

Expand Down

0 comments on commit bf3f125

Please sign in to comment.