File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ echo -e "USAGE: tesstrain.sh
28
28
--run_shape_clustering # Run shape clustering (use for Indic langs).
29
29
--maxpages # Specify maximum pages to output (default:0=all)
30
30
--save_box_tiff # Save box/tiff pairs along with lstmf files.
31
- --x_size # Specify width of output image (default:3600)
31
+ --xsize # Specify width of output image (default:3600)
32
32
33
33
OPTIONAL flags for input data. If unspecified we will look for them in
34
34
the langdata_dir directory.
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ parse_flags() {
186
186
FONT_CONFIG_CACHE=$WORKSPACE_DIR /fc-cache
187
187
mkdir -p $FONT_CONFIG_CACHE
188
188
i=$j ;;
189
- --x_size )
189
+ --xsize )
190
190
parse_value " X_SIZE" ${ARGV[$j]:- }
191
191
i=$j ;;
192
192
* )
You can’t perform that action at this time.
0 commit comments