From c14da208ef92ecd25f126b0da40407d757005f08 Mon Sep 17 00:00:00 2001 From: zdenop Date: Wed, 9 Mar 2016 08:43:30 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a421881..134da1f 100644 --- a/Home.md +++ b/Home.md @@ -10,7 +10,7 @@ There are two parts to install, the engine itself, and the training data for a l ## Linux -Tesseract is available directly from many Linux distributions. The package is generally called 'tesseract' or 'tesseract-ocr' - search your distribution's repositories to find it. Packages are also generally available for language training data (search the repositories,) but if not you will need to download the appropriate training data ([=< 3.02](https://sourceforge.net/projects/tesseract-ocr-alt/files/?source=navbar) or [the latest from github.com](https://github.com/tesseract-ocr/tessdata), unpack it, and copy the .traineddata file into the 'tessdata' directory, probably `/usr/share/tesseract-ocr/tessdata` or `/usr/share/tessdata`. +Tesseract is available directly from many Linux distributions. The package is generally called 'tesseract' or 'tesseract-ocr' - search your distribution's repositories to find it. Packages are also generally available for language training data (search the repositories,) but if not you will need to download the appropriate training data ([=< 3.02](https://sourceforge.net/projects/tesseract-ocr-alt/files/?source=navbar) or [the latest from github.com](https://github.com/tesseract-ocr/tessdata)), unpack it, and copy the .traineddata file into the 'tessdata' directory, probably `/usr/share/tesseract-ocr/tessdata` or `/usr/share/tessdata`. If Tesseract isn't available for your distribution, or you want to use a newer version than they offer, you can [compile your own](Compiling). Note that older versions of Tesseract only supported processing .tiff files.