Skip to content

Commit 54ce195

Browse files
authored
Update README.md
1 parent ee0bdb4 commit 54ce195

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ docker run -v /output/path/:/app/out/ -t belval/trdg:latest trdg [args]
3131
The path (`/output/path/`) must be absolute.
3232

3333
## New
34+
- Add `--dict` argument to specify a custom dictionary (Thank you [@luh0907](https://github.com/luh0907))
3435
- Add `--font_dir` argument to specify the fonts to use
3536
- Add `--output_mask` to output character-level mask for each image
3637
- Add `--character_spacing` to control space between characters (in pixels)
3738
- Add python module
38-
- Add `--font` to use only one font for all the generated images (Thank you @JulienCoutault!)
39+
- Add `--font` to use only one font for all the generated images (Thank you [@JulienCoutault](https://github.com/JulienCoutault)!)
3940
- Add `--fit` and `--margins` for finer layout control
4041
- Change the text orientation using the `-or` parameter
4142
- Specify text color range using `-tc '#000000,#FFFFFF'`, please note that the quotes are **necessary**

0 commit comments

Comments
 (0)