change links from code.google.com to github.com

This commit is contained in:
Zdenko Podobný 2015-07-11 09:43:31 +02:00
parent ec9581d8f2
commit bf3f125ad5
4 changed files with 8 additions and 7 deletions

View File

@ -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.
@ -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

View File

@ -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

View File

@ -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:
#

View File

@ -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