From f66c7121b57a99d69f16e73931740fa381b81916 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 28 Apr 2017 08:23:28 +0200 Subject: [PATCH] Maintaining font_properties --- Fonts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fonts.md b/Fonts.md index 11ff5dd..9be37b9 100644 --- a/Fonts.md +++ b/Fonts.md @@ -2,7 +2,7 @@ Tesseract training can use images made from text which was rendered with a list of fonts. Those fonts must be available on the host where the training process is running. -The required fonts are defined in [training/language-specific.sh](https://github.com/tesseract-ocr/tesseract/blob/master/training/language-specific.sh). Many more fonts are listed in [langdata/font_properties](https://github.com/tesseract-ocr/langdata/blob/master/font_properties). +The required fonts are defined in [training/language-specific.sh](https://github.com/tesseract-ocr/tesseract/blob/master/training/language-specific.sh). Many more fonts are listed in [langdata/font_properties](https://github.com/tesseract-ocr/langdata/blob/master/font_properties). If you add fonts to the first file (or specify them explicitly via command line parameter), you must add them to the second as well. ## Find Fonts