Skip to content

Commit a27e91c

Browse files
authored
Update tesstrain_utils.sh
1 parent fdc243b commit a27e91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/training/tesstrain_utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ generate_font_image() {
214214

215215
local common_args="--fontconfig_tmpdir=${FONT_CONFIG_CACHE}"
216216
common_args+=" --fonts_dir=${FONTS_DIR} --strip_unrenderable_words"
217-
common_args+=" --leading=${LEADING} --xsize 2550"
217+
common_args+=" --leading=${LEADING} --xsize 2560"
218218
common_args+=" --char_spacing=${CHAR_SPACING} --exposure=${EXPOSURE}"
219219
common_args+=" --outputbase=${outbase} --max_pages=0"
220220

0 commit comments

Comments
 (0)