Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change max_pages to zero
Fixes #1149 and #1508
  • Loading branch information
Shreeshrii committed Apr 22, 2018
1 parent 068d43d commit 0f3d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/tesstrain_utils.sh
Expand Up @@ -212,7 +212,7 @@ generate_font_image() {
common_args+=" --fonts_dir=${FONTS_DIR} --strip_unrenderable_words"
common_args+=" --leading=${LEADING}"
common_args+=" --char_spacing=${CHAR_SPACING} --exposure=${EXPOSURE}"
common_args+=" --outputbase=${outbase} --max_pages=3"
common_args+=" --outputbase=${outbase} --max_pages=0"

# add --writing_mode=vertical-upright to common_args if the font is
# specified to be rendered vertically.
Expand Down

0 comments on commit 0f3d33f

Please sign in to comment.