Exposure level in photocopier (type:int default:0)
'--resolution INT'::
Pixels per inch (type:int default:300)
'--xsize INT'::
Width of output image (type:int default:3600)
'--ysize INT'::
Height of output image (type:int default:4800)
'--margin INT'::
Margin round edges of image (type:int default:100)
'--ptsize INT'::
Size of printed text (type:int default:12)
'--leading INT'::
Inter-line space (in pixels) (type:int default:12)
'--box_padding INT'::
Padding around produced bounding boxes (type:int default:0)
'--char_spacing DOUBLE'::
Inter-character space in ems (type:double default:0)
'--underline_start_prob DOUBLE'::
Fraction of words to underline (value in [0,1]) (type:double default:0)
'--underline_continuation_prob DOUBLE'::
Fraction of words to underline (value in [0,1]) (type:double default:0)
'--render_ngrams BOOL'::
Put each space-separated entity from the input file into one bounding box. The ngrams in the input file will be randomly permuted before rendering (so that there is sufficient variety of characters on each line). (type:bool default:false)
'--output_word_boxes BOOL'::
Output word bounding boxes instead of character boxes. This is used for Cube training, and implied by --render_ngrams. (type:bool default:false)
File with characters in the unicharset. If --render_ngrams is true and --unicharset_file is specified, ngrams with characters that are not in unicharset will be omitted (type:string default:)
'--bidirectional_rotation BOOL'::
Rotate the generated characters both ways. (type:bool default:false)
'--only_extract_font_properties BOOL'::
Assumes that the input file contains a list of ngrams. Renders each ngram, extracts spacing properties and records them in output_base/[font_name].fontinfo file. (type:bool default:false)
Use these flags to output zero-padded, square individual character images