mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
change links from code.google.com to github.com
This commit is contained in:
parent
ec9581d8f2
commit
bf3f125ad5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user