diff --git a/docs/usage/predict.md b/docs/usage/predict.md
index f2da4926f41bf54c7ebc3a05a137457720ee3611..ea8ddd934fc4efc5d1be2fef1d92544ad63e18a4 100644
--- a/docs/usage/predict.md
+++ b/docs/usage/predict.md
@@ -21,7 +21,7 @@ Use the `teklia-dan predict` command to predict a trained DAN model on an image.
 | `--word-separators`         | List of word separators.                                                                     | `list`  | `[" ", "\n"]` |
 | `--line-separators`         | List of line separators.                                                                     | `list`  | `["\n"]`      |
 | `--threshold-method`        | Method to use for attention mask thresholding. Should be in `["otsu", "simple"]`.            | `str`   | `"otsu"`      |
-| `--threshold-value `        | Threshold to use for the "simple" thresholding method.                                       | `str`   | `0`      |
+| `--threshold-value `        | Threshold to use for the "simple" thresholding method.                                       | `int`   | `0`      |
 
 ## Examples