diff --git a/INSTALL.GIT b/INSTALL.GIT index eb56f13d1e..ca2ac3124e 100644 --- a/INSTALL.GIT +++ b/INSTALL.GIT @@ -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 diff --git a/tesseract.pc.in b/tesseract.pc.in index 7c8bbb3a26..0a8bb82700 100644 --- a/tesseract.pc.in +++ b/tesseract.pc.in @@ -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 diff --git a/training/tesstrain.sh b/training/tesstrain.sh index fbb4e48e0d..ecf2072083 100755 --- a/training/tesstrain.sh +++ b/training/tesstrain.sh @@ -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: # diff --git a/training/tesstrain_utils.sh b/training/tesstrain_utils.sh index e51c47e62f..a3ad7f5142 100755 --- a/training/tesstrain_utils.sh +++ b/training/tesstrain_utils.sh @@ -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