Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#1808 from stweil/fix
Browse files Browse the repository at this point in the history
Revert "Change default width for images output by text2image"
  • Loading branch information
zdenop authored Jul 27, 2018
2 parents 57224bc + 9cf170c commit 18787ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/tesstrain_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ generate_font_image() {

local common_args="--fontconfig_tmpdir=${FONT_CONFIG_CACHE}"
common_args+=" --fonts_dir=${FONTS_DIR} --strip_unrenderable_words"
common_args+=" --leading=${LEADING} --xsize 2560"
common_args+=" --leading=${LEADING}"
common_args+=" --char_spacing=${CHAR_SPACING} --exposure=${EXPOSURE}"
common_args+=" --outputbase=${outbase} --max_pages=0"

Expand Down

0 comments on commit 18787ea

Please sign in to comment.