From 875aab73a7c9a25afbab5806c40ecf4baeba3816 Mon Sep 17 00:00:00 2001 From: Amit Dovev Date: Sun, 27 Mar 2016 00:18:39 +0300 Subject: [PATCH] Updated TrainingTesseract (markdown) --- TrainingTesseract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrainingTesseract.md b/TrainingTesseract.md index 4d7a122..a6e211a 100644 --- a/TrainingTesseract.md +++ b/TrainingTesseract.md @@ -131,7 +131,7 @@ To list all fonts in your system which can render the training text, run: ``` training/text2image --text=training_text.txt --outputbase=eng --fonts_dir=/usr/share/fonts --find_fonts --min_coverage=1.0 --render_per_font=false ``` -A 'eng.fontlist.txt' will be created. +A 'eng.fontlist.txt' file will be created. There are a lot of other command-line arguments available to `text2image`. Run `text2image --help` to get more information.